Learn R Programming

saens (version 0.1.0)

coef.eblupres: Extract Model Coefficients.

Description

Extract Model Coefficients.

Usage

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

Value

model coefficients

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")
coef(m1)

Run the code above in your browser using DataLab