amss.sim: Create AMSS simulation objects.

Description Usage Arguments Value

Description

Creates objects of class amss.sim.

Usage

1
amss.sim(data = NULL, data.full = NULL, params = NULL)

Arguments

data

a data.table containing the observed data.

data.full

the full data, as list of data.tables with rows corresponding to each segment and columns corresponding to specific variables. Each data.table corresponds to a single time interval.

params

parameters used in specifying the simulation settings.

Value

An object of class amss.sim, is a list with the following elements:

data

the observed data.

data.full

the full dataset, as a list of data.tables. Each data.table contains the data at the end of a time interval, by by population segment (row) and variable (column).

params

the parameters used to generate the data.


google/amss documentation built on May 20, 2019, 5:05 p.m.