simulate.ngme: Simulate from a ngme object (possibly with replicates)

View source: R/simulation.R

simulate.ngmeR Documentation

Simulate from a ngme object (possibly with replicates)

Description

Simulate from a ngme object (possibly with replicates)

Usage

## S3 method for class 'ngme'
simulate(object, nsim = 1, seed = NULL, ...)

Arguments

object

ngme object

nsim

number of simulations

seed

seed

...

optional arguments. Supported names are posterior (whether to simulate from posterior sampling of latent fields) and m_noise (whether to add the measurement noise).

Value

a realization of ngme object


ngme2 documentation built on May 20, 2026, 9:10 a.m.