coefficients.logistic2ph {sleev}R Documentation

Extract Coefficients from logistic2ph Model

Description

Extracts estimated coefficients from a two-phase logistic regression model of class logistic2ph.

Usage

## S3 method for class 'logistic2ph'
coefficients(object, ...)

Arguments

object

An object of class logistic2ph.

...

Additional arguments passed to other methods.

Value

A numeric vector of coefficients if the model converged, otherwise NULL with a warning.

See Also

coefficients


[Package sleev version 1.1.4 Index]