Learn R Programming

saens (version 0.1.0)

AIC.eblupres: Akaike's An Information Criterion.

Description

Generic function calculating Akaike's "An Information Criterion" for EBLUP model

Usage

# S3 method for eblupres
AIC(object, ...)

# S3 method for eblupres BIC(object, ...)

Value

AIC value.

Arguments

object

EBLUP model.

...

further arguments passed to or from other methods.

Examples

Run this code
m1 <- eblupfh_cluster(y ~ x1 + x2 + x3, data = mys, vardir = "var", cluster = "clust")
AIC(m1)

Run the code above in your browser using DataLab