anovaTable | R Documentation |
Run a batch of ANOVAs and store the results in a table.
anovaTable(
df,
model,
alpha = 0.05,
unit = "descriptor",
columns = c("G_Mean", "F_Product", "P_Product", "F_Product_Significance", "SE_Product",
"R2", "P_ShapiroWilks", "P_Levene_Product", "Mean_Product", "Group_Product")
)
df |
A dataframe with columns subject, product, "unit", score. |
model |
A lmer model of ANOVA. |
alpha |
Risk for the post-hoc multiple comparison test. |
unit |
The name of the column of the dataframe that will be used as a loop. |
columns |
Elements to add in the table. |
A dataframe.
{
#data(duration)
#anovaTable(duration,model='score~product')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.