View source: R/information_criteria.R
AIC | R Documentation |
Computes AIC for ordinary least squares
AIC(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 AIC criterion for ordinary least squares. If called without arguments, returns a named list with element "name" containing the name of the function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.