aggregateSurvey: Aggregate estimators from different surveys.

View source: R/aggregateSurvey.R

aggregateSurveyR Documentation

Aggregate estimators from different surveys.

Description

Aggregate estimators from different surveys.

Usage

aggregateSurvey(data)

Arguments

data

Output from getDirectList

Value

Estimators aggregated across surveys.

Author(s)

Zehang Richard Li

Examples

## Not run: 
data(DemoData)
data(DemoMap)
years <- levels(DemoData[[1]]$time)

# obtain direct estimates
data <- getDirectList(births = DemoData, 
years = years, 
regionVar = "region", timeVar = "time", 
clusterVar = "~clustid+id", 
ageVar = "age", weightsVar = "weights", 
geo.recode = NULL)

# obtain maps
geo <- DemoMap$geo
mat <- DemoMap$Amat

# Simulate hyper priors
priors <- simhyper(R = 2, nsamp = 1e+05, nsamp.check = 5000, Amat = mat, only.iid = TRUE)

# combine data from multiple surveys
data <- aggregateSurvey(data)
utils::head(data)


## End(Not run)


bryandmartin/SUMMER documentation built on April 9, 2024, 10:27 a.m.