| AIC_mlm | R Documentation | 
Extends the extractAIC method from the stats package to handle 
multi-predictand linear models (objects of class mlm).
AIC_mlm(fit, scale = 0, k = 2)
fit | 
 An object of class mlm.  | 
scale | 
 The estimate of the error variance.
  | 
k | 
 Numeric, the penalty per parameter to be used; the default k = 2 is the classical AIC.  | 
A list of length 2 giving
df  The 'equivalent degrees of freedom' for the fitted model fit.
AIC  A vector of the (generalized) Akaike Information Criterion for the fits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.