score_cbis | R Documentation |
This function scores the Children's Body Image Scale
score_cbis(cbis_data, parID)
cbis_data |
a data.frame all items for the Children's Body Image Scale 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. |
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: 'cbis_perc_x' and 'cbis_ideal_x' where x is male or female 3) All questions must have the numeric value for the choice: 1- Picture A, 2 - Picture B, 3 - Picture C, 4 - Picture D, 5 - Picture E, 6 - Picture F, 7- Picture G
Note, as long as variable names match those listed, the dataset can include other variables
A dataset with a score for the Children's Body Image Scale
Truby H, Paxton SJ. Development of the Children’s Body Image Scale. British Journal of Clinical Psychology. 2002;41(2):185-203. doi:10.1348/014466502163967 (PubMed)
Raw data from Qualtrics was processed using the following script: util_fbs_child_v4dat
and util_fbs_child_v4dat_home
# scoring for the cbis with IDs
cbis_score_data <- score_cbis(cbis_data, parID = 'ID')
## Not run:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.