| dyouth {GLMsData} | R Documentation |
Depression in adolescents
Description
The number of seriously emotionally disturbed and learning disabled adolescents and their reported depression levels.
Usage
data(dyouth)
Format
A data frame with 24 observations on the following 5 variables.
Obsthe number of observed adolescents in the given category; a numeric vector
Agethe age group; a factor with levels
12-14,15-16and17-18Groupthe group; a factor with levels
LD(learning disabled) andSED(serious emotionally disturbed)Genderthe gender; a factor with levels
F(female) andM(male)Depressionthe depression level; a factor with levels
H(high) andL(low)
Details
The data come from a study of seriously emotionally disturbed and learning disabled adolescents and their reported depression levels. The adolescents were classified by age and gender and their depression levels.
Source
J. W. Maag and J. T. Behrens (1989) Epidemiologic data on seriously emotionally disturbed and learning disabled adolescents: reporting extreme depressive symptomatology. Behavioral Disorders, 15(1).
References
D. J. Hand, F. Daly, A. D. Lunn, K. J. McConway, and E. Ostrowski (1994) A Handbook of Small Data Sets, London: Chapman and Hall.
Examples
data(dyouth)
summary(dyouth)