predict.cox_regression: Predict from a 'cox_regression'

View source: R/cox_regression-predict.R

predict.cox_regressionR Documentation

Predict from a cox_regression

Description

Predict from a cox_regression

Usage

## S3 method for class 'cox_regression'
predict(object, new_data, type = "numeric", ...)

Arguments

object

A cox_regression object.

new_data

A data frame or matrix of new predictors.

type

A single character. The type of predictions to generate. Valid options are:

  • "numeric" for numeric predictions.

...

Not used, but required for extensibility.

Value

A tibble of predictions. The number of rows in the tibble is guaranteed to be the same as the number of rows in new_data.


jlaria/glasp documentation built on Dec. 5, 2022, 6:42 a.m.