| percent | R Documentation |
The percent data frame has 40,979 rows and 6 columns.
data(percent)
This data frame contains the following columns:
Percent predicted FEV1/FVC
Z score of FEV1/FVC
Percent predicted FEV1
Z score of FEV1
Percent predicted FVC
Z score of FVC
Centers for Disease Control and Prevention (CDC). National Center for Health Statistics (NCHS). National Health and Nutrition Examination Survey Data. Hyattsville, MD: U.S. Department of Health and Human Services, Centers for Disease Control and Prevention, [2021][https://www.cdc.gov/nchs/nhanes/].
# Load data data(percent) # View data summary(percent)