coef.eblupres | R Documentation |
Extract Model Coefficients.
## S3 method for class 'eblupres'
coef(object, ...)
object |
EBLUP model. |
... |
further arguments passed to or from other methods. |
model coefficients
m1 <- eblupfh_cluster(y ~ x1 + x2 + x3, data = mys, vardir = "var", cluster = "clust")
coef(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.