coefficients.logistic2ph: Extract Coefficients from logistic2ph Model
Description
Extracts estimated coefficients from a two-phase logistic regression model
of class logistic2ph.
Usage
# S3 method for logistic2ph
coefficients(object, ...)
Value
A numeric vector of coefficients if the model converged,
otherwise NULL with a warning.
Arguments
- object
An object of class logistic2ph.
- ...
Additional arguments passed to other methods.