sanitize_coxmodel.default {bunsen} | R 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.
[Package bunsen version 0.1.0 Index]