powered by
Automatically generates HTML table with results for Dunn's test.
tableDunn( audioData, by = c(), measure = "duration", nameMeasure = c(), figureNumber = 1 )
HTML table showing Dunn's test 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 string to rename dependent variable in the output table. If no value is provided, then original variable name is displayed.
Integer indicating the figure number, used to create the title for the table. Default corresponds to 1.
tableDunn(testAudioData, by = "Condition", measure = "duration")
Run the code above in your browser using DataLab