simPopObj-class {simPop} | R Documentation |
Class "simPopObj"
Description
An object that is used throughout the package containing information on the
sample (in slot sample
), the population (slot pop
) and
optionally some margins in form of a table (slot table
).
Objects from the Class
Objects are automatically created in
function simStructure
.
Author(s)
Bernhard Meindl and Matthias Templ
See Also
Examples
showClass("simPopObj")
## show method: generate an object of class simPop first
data(eusilcS)
inp <- specifyInput(data=eusilcS, hhid="db030", hhsize="hsize", strata="db040", weight="db090")
eusilcP <- simStructure(data=inp, method="direct", basicHHvars=c("age", "rb090"))
class(eusilcP)
## shows some basic information:
eusilcP
[Package simPop version 2.1.3 Index]