predictSurvProb.pamm {pammtools} | R Documentation |
S3 method for pamm objects for compatibility with package pec
Description
S3 method for pamm objects for compatibility with package pec
Usage
## S3 method for class 'pamm'
predictSurvProb(object, newdata, times, ...)
Arguments
object |
A fitted model from which to extract predicted survival probabilities |
newdata |
A data frame containing predictor variable combinations for which to compute predicted survival probabilities. |
times |
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. |
[Package pammtools version 0.5.93 Index]