powered by
Autoplot EBLUP results.
# S3 method for eblupres autoplot(object, variable = "RSE", ...)
plot.
EBLUP model.
variable to plot.
further arguments passed to or from other methods.
library(saens) m1 <- eblupfh_cluster(y ~ x1 + x2 + x3, data = mys, vardir = "var", cluster = "clust") autoplot(m1)
Run the code above in your browser using DataLab