AIC: Calculate AIC based on MSE.

View source: R/models.R

AICR Documentation

Calculate AIC based on MSE.

Description

This function

Usage

AIC(MSE, k, N)

Arguments

MSE

A vector of Mean Squared Errors, one for each model.

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.

Examples

#

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