Learn R Programming

BayesfMRI (version 0.3.11)

AICc: Corrected AIC

Description

Computes corrected AIC (AICc).

Usage

AICc(y, demean = FALSE, order.max = 10)

Value

The cAIC

Arguments

y

The autocorrelated data

demean

Demean y? Default: FALSE.

order.max

The model order limit. Default: 10.