examples/leaf_peep.R

# Load a dataset of example microdata
acs_nh

# Generate weighting targets
leaf_peep(acs_nh)

# Microdata with a weights column
leaf_peep(acs_nh, weight_col = "PERWT")
leaf_peep(acs_nh, weight_col = PERWT)
rossellhayes/leafpeepr documentation built on Feb. 29, 2020, 12:48 a.m.