powered by
Generic function calculating Akaike's "An Information Criterion" for EBLUP model
# S3 method for eblupres AIC(object, ...)# S3 method for eblupres BIC(object, ...)
# S3 method for eblupres BIC(object, ...)
AIC value.
EBLUP model.
further arguments passed to or from other methods.
m1 <- eblupfh_cluster(y ~ x1 + x2 + x3, data = mys, vardir = "var", cluster = "clust") AIC(m1)
Run the code above in your browser using DataLab