View source: R/simulate.TEfit.R
simulate.TEfit | R Documentation |
Requires the $psych$ and $MASS$ packages.
## S3 method for class 'TEfit'
simulate(object, nsim = 100, seed = NULL, newdata = data.frame(), toPlot = F)
object |
A TEfit model |
nsim |
number of simulations to generate |
seed |
Null, to retain symmetry with other simulate() methods |
newdata |
If desired, new data from which to generate values |
toPlot |
Logical, for plotting of values. |
## Not run: simulate(model_fit_by_TEfit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.