Obtain the knot locations from a fitted M-spline or piecewise exponential model.
Arguments
- Fn
A fitted stan_nma object
- type
String, indicating whether to return all knots (
"all", the default), or only the internal knots ("internal") or boundary knots ("boundary").- ...
Other arguments, passed on to
splines2::knots()
See also
make_knots() for constructing knots for a network object.