Obtain the knots from a broken stick model
Usage
get_knots(
object,
what = c("all", "internal", "boundary", "dropfirst", "droplast")
)
Arguments
- object
An object of class
brokenstick
- what
A character vector of length 1. Valid values are
"all"
,"internal"
,"boundary"
,"dropfirst"
or"droplast"
. The default iswhat = "all"
.