end.quest: End questionnaires Analysis - end.quest

View source: R/end.quest.R

end.questR Documentation

End questionnaires Analysis - end.quest

Description

Perform a univariate ANOVA on each questionnaire scores. Also, print the tabulation of some questionnaires.

Usage

## S3 method for class 'quest'
end(data, quest = NULL, tabulation = F)

Arguments

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.

Value

univariate anova table for: variability in each experimental group. And if it is the case, the results of the tabulations.

Examples

df<-data.frame('your data')
end.quest(df, quest = 'BDI')
end.quest(df, quest = 'BDI', tabulation = T)
end.quest(df, 'BDI', T)


ezrp/R documentation built on June 22, 2022, 7:24 p.m.

Related to end.quest in ezrp/R...