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


bioinactivation documentation built on April 11, 2025, 5:53 p.m.