R/predict.R
predictSurvProb.pamm.Rd
S3 method for pamm objects for compatibility with package pec
# S3 method for pamm
predictSurvProb(object, newdata, times, ...)
A fitted model from which to extract predicted survival probabilities
A data frame containing predictor variable combinations for which to compute predicted survival probabilities.
A vector of times in the range of the response variable, e.g. times when the response is a survival object, at which to return the survival probabilities.
Additional arguments that are passed on to the current method.