powered by
Recover the function that created a model
whomademe(x, ...)
A function
function
A character giving the name of a model. To be passed to model_name().
character
model_name()
currently ignored
Model objects (inheriting from mod_cpt) know the name of the function that created them. whomademe() returns that function.
whomademe()
Other model-fitting: fit_arima(), fit_lmshift(), fit_meanshift(), fit_meanvar(), fit_nhpp(), model_args(), model_name(), new_fun_cpt()
fit_arima()
fit_lmshift()
fit_meanshift()
fit_meanvar()
fit_nhpp()
model_args()
new_fun_cpt()
# Get the function that made a model f <- whomademe(fit_meanshift_norm(CET, tau = 42)) str(f)
Run the code above in your browser using DataLab