Obtain the knots from a broken stick model
Usage
get_knots(
object,
hide = c("right", "left", "boundary", "internal", "none"),
whatknots = "all",
what = "all"
)
Arguments
- object
An object of class
brokenstick
- hide
Should output for knots be hidden in get, print, summary and plot functions? Can be
"left"
,"right"
,"boundary"
,"internal"
or"none"
. The default is"right"
.- whatknots
Deprecated. Use
hide
instead.- what
Deprecated. Use
hide
instead.