extractAIC.BranchGLM | R Documentation |
Computes the (generalized) Akaike An Information Criterion for BranchGLM objects.
## S3 method for class 'BranchGLM'
extractAIC(fit, scale, k = 2, ...)
fit |
a |
scale |
ignored. |
k |
a non-negative number specifying the ‘weight’ of the equivalent degrees of freedom (= edf) part in the AIC formula. |
... |
further arguments passed to or from other methods. |
A numeric vector of length 2, with first and second elements giving
edf |
the ‘equivalent degrees of freedom’ for |
AIC |
the (generalized) Akaike Information Criterion for |
Data <- iris
Fit <- BranchGLM(Sepal.Length ~ ., data = Data, family = "gaussian", link = "identity")
extractAIC(Fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.