| YouthDep {MPsychoR} | R Documentation |
Youth Depression Indicators
Description
Contains Children's Depression Inventory (CDI) measures of sixth and seventh grade students. In total, there are 26 CDI items (on of the original CDI items asking about suicidal ideation was removed) with three response categories each (e.g., 0 = nobody really loves me, 1 = I am not sure if anybody loves me, or 2 = I am sure that somebody loves me).
Usage
data("YouthDep")
Format
A data frame with 2290 on the following 27 variables.
CDI1I am sad all the time
CDI2rNothing will ever work out for me
CDI3I do everything wrong
CDI4Nothing is fun at all
CDI5rI am bad all the time
CDI6I am sure that terrible things will happen to me
CDI7rI hate myself
CDI8rAll bad things are my fault
CDI10rI feel like crying every day
CDI11rThings bother me all the time
CDI12I do not want to be with people at all
CDI13rI cannot make up my mind about things
CDI14I look ugly
CDI15rI have to push myself all the time to do my schoolwork
CDI16rI have trouble sleeping every night
CDI17I am tired all the time
CDI18rMost days I do not feel like eating
CDI19I do not worry about aches and pains
CDI20I do not feel alone
CDI21rI never have fun at school
CDI22I do not have any friends
CDI23I do very badly in subjects I used to be good in
CDI24rI can never be as good as other kids
CDI25rNobody really loves me
CDI26I never do what I am told
CDI27I get into fights all the time
raceChildren's race
Source
Vaughn-Coaxum, R. A., Mair, P., & Weisz, J. R. (2015). Racial/ethnic differences in youth depression indicators: An Item Response Theory analysis of symptoms reported by White, Black, Asian, and Latino youths. Clinical Psychological Science, 4, 239-253.
Examples
data(YouthDep)
head(YouthDep)
str(YouthDep)