AICc: Calculate AIC based on MSE, corrected for low parameter...

View source: R/models.R

AICcR Documentation

Calculate AIC based on MSE, corrected for low parameter models.

Description

...

Usage

AICc(MSE, k, N)

Arguments

MSE

A vector of mean squared errors between data and model predictions.

k

A vector of the number of free parameters for each model.

N

The number of observations in the data set.

Details

#

Value

A vector of AIC values for each model, corrected for low parameter numbers.

Examples

#

thartbm/handlocs documentation built on Feb. 18, 2025, 10:53 p.m.