sanitize_coxmodel {bunsen}R Documentation

Check the coxph model fit and model specifications.

Description

Check the coxph model fit including model class and covariates. See if the model is supported for estimating the marginal treatment effects.

Usage

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.


[Package bunsen version 0.1.0 Index]