simulate.TEfit: Simulate from a TEfit, assuming multivariate gaussian...

View source: R/simulate.TEfit.R

simulate.TEfitR Documentation

Simulate from a TEfit, assuming multivariate gaussian parameters

Description

Requires the $psych$ and $MASS$ packages.

Usage

## S3 method for class 'TEfit'
simulate(object, nsim = 100, seed = NULL, newdata = data.frame(), toPlot = F)

Arguments

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.

Examples

## Not run: simulate(model_fit_by_TEfit)


akcochrane/TEfits documentation built on June 12, 2025, 11:10 a.m.