View source: R/class-fun_cpt.R
whomademe | R Documentation |
Recover the function that created a model
whomademe(x, ...)
x |
A |
... |
currently ignored |
Model objects (inheriting from mod_cpt) know the name of the function
that created them.
whomademe()
returns that function.
A function
Other model-fitting:
fit_lmshift()
,
fit_meanshift()
,
fit_meanvar()
,
fit_nhpp()
,
model_args()
,
model_name()
,
new_fun_cpt()
# Get the function that made a model
f <- whomademe(fit_meanshift_norm(CET, tau = 42))
str(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.