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