| summary.eblupres | R Documentation |
'summary' method for class "eblupres".
## S3 method for class 'eblupres'
summary(object, ...)
object |
EBLUP model. |
... |
further arguments passed to or from other methods. |
The function returns a data frame that contains the following columns:
* y variable response
* eblup estimated results for each area
* random_effect random effect for each area
* vardir variance sampling from the direct estimator for each area
* mse Mean Square Error
* cluster cluster information for each area
* rse Relative Standart Error (
library(saens)
model1 <- eblupfh_cluster(y ~ x1 + x2 + x3, data = mys, vardir = "var", cluster = "clust")
summary(model1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.