Skip to contents

Example data from the National Vital Statistics System of the National Center for Health Statistics (NCHS), 2022

Usage

NCHS2022_sample

Format

A dataframe 30 columns, including demographic and birth information for a random sample of 20,000 singleton births from nulliparous mothers in the US in 2022.

Examples

if (FALSE) { # \dontrun{
data("NCHS2022_sample")
head(NCHS2022_sample)
} # }