Extract Model Coefficients from brokenstick Object
Arguments
- object
A
brokenstick
object- complete
for the default (used for
lm
, etc) andaov
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 toNA
, see alsoalias
. Note that the default differs forlm()
andaov()
results.- ...
other arguments.
- hide
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 fromobject$hide
.