score_cebq: score_cebq: Scored data from the Children's Eating Behavior...

View source: R/score_cebq.R

score_cebqR Documentation

score_cebq: Scored data from the Children's Eating Behavior Questionnaire

Description

This function scores the Children's Eating Behavior Questionnaire and provides subscale scores for the following behaviors: Food Responsiveness, Emotional Overeating, Enjoyment of Food, Desire to Drink, Satiety Responsiveness, Slowness in Eating, Emotional Undereating, and Food Fussiness

Usage

score_cebq(cebq_data, parID)

Arguments

cebq_data

a data.frame all items for the Children's Eating Behavior Questionnaire following the naming conventions described above

parID

(optional) name of participant ID column in intake_data. If included the output dataset will be matched by parID, if not included the output dataset will be in the order of intake_data but will have no participant identifier.

Details

To use this function, the data must be prepared according to the following criteria: 1) The data must include all individual questionnaire items 2) The columns/variables must match the following naming convention: 'cebq#' where # is the question number (1-35) 3) All questions must have the numeric value for the choice: 1 - Never, 2 - Rarely, 3 - Sometimes, 4 - Often, 5 - Always 4) This script will apply reverse scoring so all levels must be true to the scale described above

Note, as long as variable names match those listed, the dataset can include other variables

Value

A dataset with subscale scores for the Children's Eating Behavior Questionnaire

References

Primary References for the Children's Eating Behavior Questionniare and Scoring: Wardle, J., Guthrie, C. A., Sanderson, S., & Rapoport, L. (2001). Development of the children’s eating behaviour questionnaire. Journal of Child Psychology and Psychiatry, 42, 963–970. https://doi.org/10.1017/S0021963001007727 (PubMed)

See Also

Raw data from Qualtrics was processed using the following script: util_fbs_parent_v2dat

Examples


# scoring for the CEBQ with IDs
cebq_score_data <- score_cebq(cebq_data, parID = 'ID')

## Not run: 



alainapearce/kellertools documentation built on Feb. 25, 2024, 7:16 a.m.