Learn R Programming

nlfh (version 0.1.0)

acs_dat: Example ACS Small Area Data

Description

A small example data set for fitting nonlinear Fay-Herriot models. MedInc is the direct estimate response and MedIncSE is its standard error. Use MedIncSE^2 as the sampling variance when fitting models.

Usage

acs_dat

Arguments

Format

A data frame with 1,617 rows and 8 variables:

MedInc

Area-level direct estimate of median income.

MedIncSE

Standard error of MedInc.

SNAPRate

Area-level SNAP participation rate covariate.

PovRate

Area-level poverty rate covariate.

White

Area-level proportion identifying as White.

Black

Area-level proportion identifying as Black.

Hispanic

Area-level proportion identifying as Hispanic.

Asian

Area-level proportion identifying as Asian.

Examples

Run this code
data(acs_dat)
head(acs_dat)

Run the code above in your browser using DataLab