predict.coxex: Prediction for the coxex class.

View source: R/oop_coxex.R

predict.coxexR Documentation

Prediction for the coxex class.

Description

Predicts survival, linear predictors etc. for a coxex model. Technically, a wrapper around predict.coxph.

Usage

## S3 method for class 'coxex'
predict(object, ...)

Arguments

object

a coxex object.

...

additional arguments passed to predict.coxph.

Value

a vector or matrix of predictions, or a list containing the predictions.


PiotrTymoszuk/coxExtensions documentation built on Feb. 6, 2024, 10:58 p.m.