whomademe {tidychangepoint} | R Documentation |
Recover the function that created a model
Description
Recover the function that created a model
Usage
whomademe(x, ...)
Arguments
x |
A |
... |
currently ignored |
Details
Model objects (inheriting from mod_cpt) know the name of the function
that created them.
whomademe()
returns that function.
Value
A function
See Also
Other model-fitting:
fit_lmshift()
,
fit_meanshift()
,
fit_meanvar()
,
fit_nhpp()
,
model_args()
,
model_name()
,
new_fun_cpt()
Examples
# Get the function that made a model
f <- whomademe(fit_meanshift_norm(CET, tau = 42))
str(f)
[Package tidychangepoint version 1.0.0 Index]