| get_knots | R Documentation |
Obtain the knots from a broken stick model
get_knots(
object,
hide = c("right", "left", "boundary", "internal", "none"),
whatknots = "all",
what = "all"
)
object |
An object of class |
hide |
Should output for knots be hidden in get, print, summary and plot
functions? Can be |
whatknots |
Deprecated. Use |
what |
Deprecated. Use |
A vector with knot locations, either both, internal only or
boundary only, depending on hide.
The result is NULL if object does not
have proper class. Returns numeric(0) if
there are no internal knots.
get_knots(fit_200, hide = "bo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.