simulate: Simulate data

simulateR Documentation

Simulate data

Description

Simulate data observations from fitted MSA model.

Usage

## S4 method for signature 'MSAassess'
simulate(object, nsim = 1, seed = NULL, ...)

Arguments

object

MSAassess object returned by fit_MSA()

nsim

Integer, number of simulations

seed

Random number generator seed

...

Not used

Value

A list of nsim length with data observations


multiSA documentation built on March 21, 2026, 1:06 a.m.