View source: R/AIC_functions.R
goodness_of_fit | R Documentation |
Generates a table with several statistical indexes describing the quality of the model fit:
ME: Mean Error.
RMSE: Root Mean Squared Error.
loglik: log-likelihood.
AIC: Akaike Information Criterion.
AICc: Akaike Information Criterion with correction for finite sample size.
BIC: Bayesian Infromation Criterion.
Af: Accuracy factor.
Bf: Bias factor.
goodness_of_fit(object)
object |
A model fit generated by bioinactivation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.