T101 {VGAMdata} | R Documentation |
Alcohol, Cigarette, and Marijuana Use, by Gender and Race
Description
Alcohol, cigarette, and marijuana use, by gender and race, in 2276 senior high school students (Table 10.1 of Agresti, 2013).
Usage
data(T101)
Format
The complete data frame contains 32 observations (rows) and the following columns:
- alc
Alcohol use: 1 is yes, 0 is no.
- cig
Cigarette use: 1 is yes, 0 is no.
- marj
Marijuana use: 1 is yes, 0 is no.
- race
Factor:
White
orOther
.- gender
Factor:
F
orM
.- count
Frequency. Data frame
T101
has the 0 counts intb101
deleted.
Source
https://users.stat.ufl.edu/~aa/cda/data.html
References
Agresti, A. (2013) Categorical Data Analysis, Third Edition. Hoboken, NJ, USA: John Wiley & Sons.
Examples
summary(T101)
[Package VGAMdata version 1.1-13 Index]