normality.test.by.residual | R Documentation |
This function performs a normality test in a residual model.
normality.test.by.residual(
data,
dvs,
between = c(),
within = c(),
covar = NULL,
wid = "row.pos",
dv.var = NULL,
skewness = c()
)
data |
a data.frame or list of data containing the variables in which performing the normality test |
dvs |
a character vector containing the dependent variables |
between |
a character vector containing the independent variable used as between-subject |
within |
a character vector containing the independent variable used as within-subject |
covar |
a character indicating the column of covariate variable used in the normality test |
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 normality test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.