Nothing
netsurv_exhaz_ptcure <- function(z_pcured, time = time, theta) {
netsurv <- exp(-cumLexc_alphaweibull_topred(z_pcured,
x = time,
theta)$cumhaz)
ex_haz <- lexc_alphaweibull(z_pcured,
x = time,
theta)
pt_cure <- cumLexc_alphaweibull_topred(z_pcured,
x = time,
theta)$cured / netsurv
res = c(netsurv, ex_haz, pt_cure)
return(res)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.