Learn R Programming

DoubleCone (version 1.1)

adhd: Sub-clinical ADHD behaviors and classroom functioning in school-age children

Description

Observations on children aged 9-11 in classroom settings, for a study on the effects of sub-clinical hyperactive and inattentive behaviors on social and academic functioning.

Usage

data(adhd)

Arguments

Format

A data frame with 686 observations on the following 4 variables.

sex

1=boy; 2=girl

ethn

1=Colombian, 2=African American, 3=Hispanic American, 5=European American

hypb

Classroom hyperactive behavior level

fcn

A measure of social and academic functioning

Examples

Run this code
# NOT RUN {
data(adhd)
plot(adhd$hypb,adhd$fcn) 
# }

Run the code above in your browser using DataLab