abr_breaks.hgam.Rd
Extracts breakpoints from an HGAM model
abr_breaks.hgam(
abr_fitobj,
breaktype = NULL,
stepsize = NULL,
delta = NULL,
nsims = NULL,
transform = NULL,
aggregate = NULL,
CI = FALSE
)
A previously fitted
A list containing seed
, the supplied seed, initial_state
, the
initial state of the RNG before the seed was set, and kind
, the type of
RNG used, as returned by base::RNGkind()
.