| HRB {MPsychoR} | R Documentation |
Health Risk Behavior
Description
Dataset based on a questionnaire assessing health risk behaviors, including smoking, drinking, and marijuana consumption. The questionnaire was presented to teenagers at 5 points in time (from middle school to high school). The items are binary: 0 = never, 1 = at least one.
Usage
data("HRB")
Format
A data frame with 538 individuals with 4 items presented at 5 points in time. Items:
Alcohol.1Days with at least one drink in past year (T1).
Cigarettes.1Number of cigarettes per day in past year (T1).
Alcohol2.1Days with at least 5 drinks within a few hours in the past year (T1).
Marijuana.1Times consumed marijuana in the past year (T1).
Alcohol.2Days with at least one drink in past year (T2).
Cigarettes.2Number of cigarettes per day in past year (T2).
Alcohol2.2Days with at least 5 drinks within a few hours in the past year (T2).
Marijuana.2Times consumed marijuana in the past year (T2).
Alcohol.3Days with at least one drink in past year (T3).
Cigarettes.3Number of cigarettes per day in past year (T3).
Alcohol2.3Days with at least 5 drinks within a few hours in the past year (T3).
Marijuana.3Times consumed marijuana in the past year (T3).
Alcohol.4Days with at least one drink in past year (T4).
Cigarettes.4Number of cigarettes per day in past year (T4).
Alcohol2.4Days with at least 5 drinks within a few hours in the past year (T4).
Marijuana.4Times consumed marijuana in the past year (T4).
Alcohol.5Days with at least one drink in past year (T5).
Cigarettes.5Number of cigarettes per day in past year (T5).
Alcohol2.5Days with at least 5 drinks within a few hours in the past year (T5).
Marijuana.5Times consumed marijuana in the past year (T5).
Note
Thanks to Peter Franz for providing this dataset.
Examples
data("HRB")
str(HRB)