rdwp {GenEst} | R Documentation |
Simulate parameters from a fitted dwp model
Description
Simulate parameters from a dwpm
model object
Usage
rdwp(n, model)
Arguments
n |
the number of simulation draws |
model |
A |
Details
If the model type = data
, then the number of simulated columns
must be either >=n
(in which case the first n colunms are taken as the
simulated DWP) or 1 (in which case, DWP is assumed constant).
Value
array of n
simulated dwp
values for each unit.
Dimensions = c(n, number of units).
[Package GenEst version 1.4.9 Index]