Nothing
##' @export
print.confScoreSurv <- function(x,...){
overall <- do.call("cbind",lapply(x$models,function(m){
colMeans(m$score)
}))
mm <- cbind(x$times,overall)
colnames(mm) <- c("times",names(x$models))
rownames(mm) <- rep("",NROW(mm))
cat("\nPopulation average confidence score:\n\n")
print(mm)
}
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.