powered by
Automatically generates HTML table with results for one-way or two-way ANOVAs.
tableANOVA( audioData, by = c(), measure = "duration", nameMeasure = c(), figureNumber = 1 )
HTML table showing the ANOVA results in APA formatting style.
A data.frame generated by the autoExtract() function.
A character vector indicating the name of the factor(s).
Name of the dependent variable.
Optional relabelling of dependent variable for the output table. If no value is provided, the original variable name is used.
An integer indicating the figure number to create the title for the table. Default corresponds to 1.
tableANOVA(testAudioData, by = c("Condition", "Dimension"), measure = "duration")
Run the code above in your browser using DataLab