<< che_boxplot CHE3007S describe_strings >>

CHE3007S >> CHE3007S > describe

describe

This function calculates summary statistics per column for the dataset provided

Syntax

describe(header, data)

Parameters

header:

m x 1 vector of headers for numeric data

data:

n x m matrix of numeric data, with matrix of column vectors

Description

This function calculates summary statistics for the dataset provided per column and displays the ouput to the console. The count, unique count, min, max, mean, standard deviation, mode and 25/75th percentiles.


Report an issue
<< che_boxplot CHE3007S describe_strings >>