score_cbq: score_cbq: Scored data from the Child Behavior Questionnaire

View source: R/score_cbq.R

score_cbqR Documentation

score_cbq: Scored data from the Child Behavior Questionnaire

Description

This function scores the Child Behavior Questionnaire and provides subscale scores for the following behaviors: Activity Level, Anger/Frustration, Approach/Positive Anticipation, Attentional Focusing, Discomfort, Falling Reactivity/Soothability, Fear, High Intesity Pleasure, Impulsivity, Inhibitory Control, Low Intensity Pleasure, Perceptual Sensitivity, Sadness, Shyness, Smiling and Laughter. We can also get the Big 3 subcales: Surgency, Negative Affect, and Effortful Control.

Usage

score_cbq(cbq_data, parID)

Arguments

cbq_data

a data.frame all items for the Child 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: 'cbq#' where # is the question number (1-94) 3) All questions must have the numeric value for the choice: 1 - Extremely Untrue, 2 - Quite Untrue, 3 - Sightly Untrue, 4 - Neither True nor False, 5 - Slightly True, 6 - Quite True, 7 - Extremely True, NA - NA

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

Value

A dataset with subscale scores for the Child Behavior Questionnaire

References

Putnam SP, Rothbart MK. Development of Short and Very Short Forms of the Children’s Behavior Questionnaire. Journal of Personality Assessment. 2006;87(1):102-112. doi:10.1207/s15327752jpa8701_09 https://doi.org/10.1097/00004703-200112000-00007 (PubMed)

Rothbart MΚ, Ahadi SA, Hershey KL. Temperament and Social Behavior in Childhood. Merrill-Palmer Quarterly. 1994;40(1):21-39 (jstore)

See Also

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

Examples


# scoring for the cbq with IDs
cbq_score_data <- score_cbq(cbq_data, parID = 'ID')

## Not run: 



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