View source: R/assumption.check.R
assumption.check | R Documentation |
In this function you can analize for outliers, normality and homogeneity assumptions
assumption.check(data, phase = NULL, type = NULL)
data |
data frame |
phase |
study phase. Mandatory: 'baseline', 'induction', 'learning', or 'transfer'. |
type |
assumption type to be checked. Mandatory: 'outliers', 'normality', 'homogeneity' |
assumptions results
df<-data.frame('your data') assumptions(df, phase = 'baseline', type = 'outliers') assumptions(df,'baseline', 'outliers')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.