Learn R Programming

coxphf (version 1.13.4)

augment.coxphf: Augment a coxphf object

Description

Augment a coxphf object

Usage

augment.coxphf(x, data = x$y, ...)

Value

A tidy [tibble::tibble()] summarizing component-level information about the model

Arguments

x

A `coxphf` object.

data

the dataset used to fit the model.

...

Unused, included for generic consistency only.