S3-Wrapper for ctree.
The call is added to an ctree object
pecCtree(...)
... |
passed to ctree |
list with two elements: ctree and call
Thomas A. Gerds <tag@biostat.ku.dk>
pecCforest
if (requireNamespace("party",quietly=TRUE)){ library(prodlim) library(survival) set.seed(50) d <- SimSurv(50) nd <- data.frame(X1=c(0,1,0),X2=c(-1,0,1)) f <- pecCtree(Surv(time,status)~X1+X2,data=d) predictSurvProb(f,newdata=nd,times=c(3,8)) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.