View source: R/information_criteria.R
BIC | R Documentation |
Computes BIC for ordinary least squares
BIC(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 BIC 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.