sanitize_coxmodel.default: Check if the model is supported.

View source: R/sanitize.R

sanitize_coxmodel.defaultR Documentation

Check if the model is supported.

Description

At the moment, only coxph is supported for the time-to-event endpoints.

Usage

## Default S3 method:
sanitize_coxmodel(model, ...)

Arguments

model

A coxph model from survival package.

...

Parameters for other methods.

Value

No return value. This is called for its side effects.


bunsen documentation built on June 8, 2025, 11:34 a.m.