AIC.eblupres | R Documentation |
Generic function calculating Akaike's "An Information Criterion" for EBLUP model
## S3 method for class 'eblupres'
AIC(object, ...)
## S3 method for class 'eblupres'
BIC(object, ...)
object |
EBLUP model. |
... |
further arguments passed to or from other methods. |
AIC value.
m1 <- eblupfh_cluster(y ~ x1 + x2 + x3, data = mys, vardir = "var", cluster = "clust")
AIC(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.