sim_comp_n {saeSim} | R Documentation |
Preconfigured computation components
Description
sim_comp_n
and sim_comp_N
will add the sample and population size in each domain respectively. sim_comp_popMean
and sim_comp_popVar
the population mean and variance of the variable y
. The data is expected to have a variable idD
identifying domains.
Usage
sim_comp_n(simSetup)
sim_comp_N(simSetup)
sim_comp_popMean(simSetup)
sim_comp_popVar(simSetup)
Arguments
simSetup |
a |
[Package saeSim version 0.11.0 Index]