coef.eblupres: Extract Model Coefficients.

View source: R/coef.R

coef.eblupresR Documentation

Extract Model Coefficients.

Description

Extract Model Coefficients.

Usage

## S3 method for class 'eblupres'
coef(object, ...)

Arguments

object

EBLUP model.

...

further arguments passed to or from other methods.

Value

model coefficients

Examples

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


saens documentation built on April 4, 2025, 4:43 a.m.