Extract the internal fitted model
Source:R/metab_model_interface.R, R/metab_model-class.R
get_fit.RdA function in the metab_model_interface. Returns the internal model
representation as fitted to the supplied data and arguments.
See also
Other metab_model_interface:
get_data(),
get_data_daily(),
get_fitting_time(),
get_info(),
get_param_names(),
get_params(),
get_specs(),
get_version(),
predict_DO(),
predict_metab()
Examples
get_fit(metab_model(fit = list(converged = TRUE)))
#> $converged
#> [1] TRUE
#>