goodness_of_fit: Goodness of fit for microbial inactivation models

View source: R/AIC_functions.R

goodness_of_fitR Documentation

Goodness of fit for microbial inactivation models

Description

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.

Usage

goodness_of_fit(object)

Arguments

object

A model fit generated by bioinactivation


albgarre/bioinactivation documentation built on Nov. 27, 2022, 9:19 a.m.