simulate_from_model_single: Simulate from a model.

View source: R/draws.R

simulate_from_model_singleR Documentation

Simulate from a model.

Description

This is an internal function. Users should call the wrapper function simulate_from_model.

Usage

simulate_from_model_single(model, nsim, index, seed)

Arguments

model

a Model object

nsim

number of simulations to be conducted.

index

a positive integer index.

seed

this is the 7 digit seed used by L'Ecuyer RNG


simulator documentation built on Feb. 16, 2023, 9:34 p.m.