doSim | R Documentation |
This is normally an internal function, but it can be overloaded to extend simr
to other packages.
doSim(object, ...)
object |
an object to simulate from, usually a fitted model. |
... |
additional options. |
a vector containing simulated response values (or, for models with a multivariate response such as
binomial gl(m)m's, a matrix of simulated response values). Suitable as input for doFit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.