| fastlmbic | R Documentation | 
This function deploys matrix operations to calculate a model BIC given a vector of model coefficients.
fastlmbic(y, x = NULL, correction = 1)
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  | 
BIC estimate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.