Nothing
# library(depCens)
# library(parallel)
# library(copula)
# library(survival)
# library(pbivnorm)
data <- genData(500)
resData <- data$resData
X = data$X
W = data$W
fitI <- fitIndepCens(resData = data$resData, X = X, W = W, bootstrap = FALSE)
dist <- fitI$censoringDistribution
haz <- fitI$hazardFunction
parI <- fitI$parameterEstimates
m = length(parI)
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.