simulate_from_model: Simulate Observations from a model created by create_model

Description Usage Arguments Value Examples

Description

Simulate Observations from a model created by create_model

Usage

1

Arguments

model

An object as created by create_model

Value

A n times p matrix of simulated data.

Examples

1
2
3
# Simulate 100 observations from a 10-dimensional chain network with two changepoints
model <- create_model(3, 100, 10, ChainNetwork)
x <- simulate_from_model(model)

MalteLond/rfcd documentation built on June 19, 2019, 2:52 p.m.