Nothing
WeibullReg <- function (formula, data = parent.frame(), conf.level = 0.95){
m <- survival::survreg(formula, data, dist = "weibull")
mle <- ConvertWeibull(m, conf.level = conf.level)
return(list(formula = formula, coef = mle$vars, HR = mle$HR, ETR = mle$ETR, summary = summary(m)))
}
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.