homogeneity.test | R Documentation |
This function performs a homogeneity test of variance.
homogeneity.test(
data,
dvs,
between = c(),
within = c(),
covar = NULL,
dv.var = NULL,
skewness = c()
)
data |
a data.frame containing the variables in which performing the homogenity test |
dvs |
a character vector containing the dependent variables |
between |
a character vector containing the independent variable used between-subject |
within |
a character vector containing the independent variable used within-subject |
covar |
column with the variable to be used as covariance |
dv.var |
column with the information to classify observations based on dependent variables |
skewness |
a list of transformation to achieve normality |
A data frame containing the homogeneity test (levene's test of variances and Anova slopes in ancova)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.