coef.brokenstick {brokenstick} | R Documentation |
Extract Model Coefficients from brokenstick Object
Description
Extract Model Coefficients from brokenstick Object
Usage
## S3 method for class 'brokenstick'
coef(
object,
complete = TRUE,
...,
hide = c("right", "left", "boundary", "internal", "none")
)
Arguments
object |
A |
complete |
for the default (used for |
... |
other arguments. |
hide |
Should output for boundary knots be hidden in the print,
summary and plot functions? Can be |
[Package brokenstick version 2.5.0 Index]