simulate.tramnet {tramnet}R Documentation

simulate method for class "tramnet"

Description

simulate method for class "tramnet"

Usage

## S3 method for class 'tramnet'
simulate(object, nsim = 1, seed = NULL,
  newdata = .get_tramnet_data(object), bysim = TRUE, ...)

Arguments

object

object of class "tramnet"

nsim

number of simulation

seed

random number generator seed

newdata

new data to simulate from

bysim

see simulate.ctm

...

Additional arguments to simulate.ctm

Value

returns a list of data.frames containing parametric bootstrap samples based on the data supplied in newdata

Author(s)

Lucas Kook


[Package tramnet version 0.0-8 Index]