Learn R Programming

saens (version 0.1.0)

autoplot.eblupres: Autoplot EBLUP results.

Description

Autoplot EBLUP results.

Usage

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

Value

plot.

Arguments

object

EBLUP model.

variable

variable to plot.

...

further arguments passed to or from other methods.

Examples

Run this code
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