View source: R/inference_lrt.R
get_stats | R Documentation |
Calculates fit errors, AIC, BIC and raw pseudo-R squares (1 - MSE/Var(y)) for a kinetic model.
get_stats(kinetic_object, ...)
kinetic_object |
a kinetic class object. |
... |
additional arguments passed to |
a data frame with the n number of complete observations, AIC, BIC, R squared, deviance, mae (mean absolute error), mse (mean squared error) and rmse (root mean squared error).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.