Extract Model Coefficients from brokenstick Object
# S3 method for brokenstick
coef(
object,
complete = TRUE,
...,
hide = c("right", "left", "boundary", "internal", "none")
)
A brokenstick
object
for the default (used for lm
, etc) and
aov
methods:
logical indicating if the full coefficient vector should be returned
also in case of an over-determined system where some coefficients
will be set to NA
, see also alias
. Note
that the default differs for lm()
and
aov()
results.
other arguments.
Should output for boundary knots be hidden in the print,
summary and plot functions? Can be "right"
, "left"
, "boundary"
,
"internal"
or "none"
.
If not specified, it is read from object$hide
.