simulate.tramnet {tramnet} | R Documentation |
"tramnet"
simulate method for class "tramnet"
## S3 method for class 'tramnet' simulate(object, nsim = 1, seed = NULL, newdata = .get_tramnet_data(object), bysim = TRUE, ...)
object |
object of class |
nsim |
number of simulation |
seed |
random number generator seed |
newdata |
new data to simulate from |
bysim |
see |
... |
Additional arguments to |
returns a list
of data.frames
containing parametric bootstrap
samples based on the data supplied in newdata
Lucas Kook