coefficients.linear2ph {sleev} | R Documentation |
Extract Coefficients from linear2ph Model
Description
Extracts estimated coefficients from a two-phase linear regression model
of class linear2ph
.
Usage
## S3 method for class 'linear2ph'
coefficients(object, ...)
Arguments
object |
An object of class |
... |
Additional arguments passed to other methods. |
Value
A numeric vector of coefficients if the model converged,
otherwise NULL
with a warning.
See Also
[Package sleev version 1.1.4 Index]