end.quest | R Documentation |
Perform a univariate ANOVA on each questionnaire scores. Also, print the tabulation of some questionnaires.
## S3 method for class 'quest' end(data, quest = NULL, tabulation = F)
data |
data frame |
quest |
Ending point questionnaires: BDI, STAIR, STAXI, MRS, SRS -> consider upper case. |
tabulation |
Results of the tabulations, the default value is false. The results includes the qualitative result according the spanish sample. |
univariate anova table for: variability in each experimental group. And if it is the case, the results of the tabulations.
df<-data.frame('your data') end.quest(df, quest = 'BDI') end.quest(df, quest = 'BDI', tabulation = T) end.quest(df, 'BDI', T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.