fastlmbic: Fast Linear Modeling BIC

View source: R/fastlmbic.R

fastlmbicR Documentation

Fast Linear Modeling BIC

Description

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


Sage-Bionetworks/metanetwork documentation built on April 27, 2022, 7:42 a.m.