View source: R/survival_functions.R View source: R/survival_functions.R
model.rmvnorm | R Documentation |
model.rmvnorm
randomly draws parameter values of survival models from multivariate normal distributio.
model.rmvnorm
randomly draws parameter values of survival models from multivariate normal distribution.
model.rmvnorm(dist.v, d.data, vc.data, n_sim, seed = 421)
model.rmvnorm(dist.v, d.data, vc.data, n_sim, seed = 421)
dist.v |
a character string specifying the name of the survival distribution. |
d.data |
a vector of mean parameter estimates of the survival distribution. |
vc.data |
variance-covariance matrix (a matrix) of parameter estimates of the survival distribution. |
n_sim |
number of random samples to draw. Default = 100. |
seed |
seed for random number generation. Default = 421. |
A matrix of drawn parameter values.
A matrix of drawn parameter values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.