simulate.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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.