Automatically generates HTML table with the main descriptive statistics (mean, standard deviation and number of data points) for each variable of the data set. Descriptive statistics can be conditioned by groups if grouping variables are defined.
HTML file summarizing the main descriptive statistics for each variable, conditioned by group(s) if one or more factors are provided.
Arguments
audioData
A data.frame generated by the autoExtract() function.
by
A character vector indicating the name of the factor(s).
measures
A character vector indicating the name of the variables to be included in the table.
nameMeasures
Optional character vector indicating the names to be displayed for each of the different measures in the output table. If no value is provided, original variable names are displayed.
figureNumber
Integer indicating figure number, used to create the title for the table. Default corresponds to 1.