View source: R/information_criteria.R
AICc | R Documentation |
Computes AICc for ordinary least squares
AICc(obs_list, crit_value, param_nb)
obs_list |
List of observed values to use for parameter estimation.
A |
crit_value |
Final value of the estimated criterion |
param_nb |
Number of estimated parameters |
Value of the AICc criterion for ordinary least squares. If called without arguments, returns a named list with element "name" containing the name of the function and "species" containing "Information criterion"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.