Description Usage Format Details Examples
An example CSV format output from CanSurv software including parameters for the mixture cure survival model.
1 | data("data.cansurv")
|
A data frame with 99 observations on the following 15 variables. Two strata "SEER_historic_stage_LRD" and "Age_breast", and one covariate "Year_of_diagnosis_BC" are defined in the model.
LinkThe parametric survival distribution among those not cured specified in CanSurv.
Stratum_1__SEER_historic_stage_LRDThe stratum SEER_historic_stage_LRD value.
Stratum_2__Age_breastThe stratum Age_breast value.
estimateThe estimated parameters for the mixture cure survival model.
c_intA numeric vector in covariance matrix wrt cure intercept.
c_1__Year_of_diagnosis_BC__0A numeric vector in covariance matrix wrt cure parameter for Year_of_diagnosis_BC baseline.
c_1__Year_of_diagnosis_BC__1A numeric vector in covariance matrix wrt cure parameter for Year_of_diagnosis_BC value 1.
c_1__Year_of_diagnosis_BC__2A numeric vector in covariance matrix wrt cure parameter for Year_of_diagnosis_BC value 2.
c_1__Year_of_diagnosis_BC__3A numeric vector in covariance matrix wrt cure parameter for Year_of_diagnosis_BC value 3.
u_intA numeric vector in covariance matrix wrt mu intercept.
u_1__Year_of_diagnosis_BC__0A numeric vector in covariance matrix wrt mu parameter for Year_of_diagnosis_BC baseline.
u_1__Year_of_diagnosis_BC__1A numeric vector in covariance matrix wrt mu parameter for Year_of_diagnosis_BC value 1.
u_1__Year_of_diagnosis_BC__2A numeric vector in covariance matrix wrt mu parameter for Year_of_diagnosis_BC value 2.
u_1__Year_of_diagnosis_BC__3A numeric vector in covariance matrix wrt mu parameter for Year_of_diagnosis_BC value 3.
s_intA numeric vector in covariance matrix wrt sigma intercept.
For each stratum, the variable order in the estimate column should be cure intercept, cure coefficients for each level of the covariate, mu intercept, mu coefficients for each level of the covariate, sigma intercept.
1 | data("data.cansurv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.