convSTEM | R Documentation |
Convert survival parameters to SAS/STEM parametric forms
convSTEM(x = NULL, samples = NULL, use = "everything")
x |
An object created by calling |
samples |
An object created by calling |
use |
an optional character string giving a method for computing covariances in the presence of missing values. See This function primarily exists for backward compatibility with older excel models where parametric extrapolation was
performed with SAS and alternative parametric forms were used for distributions. As such only a subset of models are supported.
One or both of Possible distributions include
|
a list containing 4 data frames
stem_param Converted parameter estimates
stem_cov Converted covariance matrix (if samples
provided)
stem_modsum Converted model summary (if x
provided)
stem_boot Converted bootstrap samples (if samples
provided)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.