augment.coxphf {coxphf}R Documentation

Augment a coxphf object

Description

Augment a coxphf object

Usage

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

Arguments

x

A 'coxphf' object.

data

the dataset used to fit the model.

...

Unused, included for generic consistency only.

Value

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


[Package coxphf version 1.13.4 Index]