autoplot.eblupres {saens}R Documentation

Autoplot EBLUP results.

Description

Autoplot EBLUP results.

Usage

## S3 method for class 'eblupres'
autoplot(object, variable = "RSE", ...)

Arguments

object

EBLUP model.

variable

variable to plot.

...

further arguments passed to or from other methods.

Value

plot.

Examples

library(saens)

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


[Package saens version 0.1.0 Index]