tableDunn {voiceR} | R Documentation |
Create a Table for the results of a Dunn's test
Description
Automatically generates HTML table with results for Dunn's test.
Usage
tableDunn(
audioData,
by = c(),
measure = "duration",
nameMeasure = c(),
figureNumber = 1
)
Arguments
audioData |
A data.frame generated by the autoExtract() function. |
by |
A character vector indicating the name of the factor(s). |
measure |
Name of the dependent variable. |
nameMeasure |
Optional string to rename dependent variable in the output table. If no value is provided, then original variable name is displayed. |
figureNumber |
Integer indicating the figure number, used to create the title for the table. Default corresponds to 1. |
Value
HTML table showing Dunn's test results in APA formatting style.
Examples
tableDunn(testAudioData, by = "Condition", measure = "duration")
[Package voiceR version 0.1.0 Index]