Skip to contents

This function deploys matrix operations to calculate a model BIC given a vector of model coefficients.

Usage

fastlmbic(y, x = NULL, correction = 1)

Arguments

y

A numeric vector of model coefficients. If not set x becomes a vector of integers the from 1 to length(y). (?)

x

Optional. A numeric vector or matrix of model coefficients. If not set x becomes a vector of integers the from 1 to length(y). (?)

correction

A vector of correction factors

Value

BIC estimate