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 |
nsim |
number of simulation |
seed |
random number generator seed |
newdata |
new data to simulate from |
bysim |
see |
... |
Additional arguments to |
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]