View source: R/tableSimpleMainEffects.R
tableSimpleMainEffects | R Documentation |
Automatically generates an HTML table with the results of a simple main effects analysis.
tableSimpleMainEffects(
audioData,
by = c(),
measure = "duration",
nameMeasure = c(),
figureNumber = 1
)
audioData |
A data.frame generated by the autoExtract() function. |
by |
A character vector indicating the name of the factors. Note: it requires two factors. |
measure |
Name of the dependent variable. |
nameMeasure |
Optional string to rename the dependent variable in the output table. If no value is provided, the original variable name is displayed. |
figureNumber |
Integer indicating the figure number, used to create the title for the table. Default corresponds to 1. |
HTML table showing simple main effects analysis results in APA formatting style.
tableSimpleMainEffects(testAudioData, by = c("Condition", "Dimension"), measure = "duration")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.