Skip to contents

This dataset, adolescent_mental_health_df, is a data frame containing mental health assessments from the National Longitudinal Study of Adolescent Health. The data includes depression and anxiety measures for 4,344 students in grades 7-12 from a cross-sectional sample analyzed by Warne (2014).

Usage

data(adolescent_mental_health_df)

Format

A data frame with 4,344 observations and 3 variables:

grade

Ordered factor with 6 levels: School grade (7-12)

depression

Integer: Depression symptom score

anxiety

Integer: Anxiety symptom score

Source

Data taken from the heplots package version 1.7.4. Original analysis: Warne, R.T. (2014) A primer on Multivariate Analysis of Variance (MANOVA) for Behavioral Scientists. Practical Assessment, Research & Evaluation, 19(1).

Details

The dataset name has been kept as 'adolescent_mental_health_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets package. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified.