Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.BGLR

Plots for BGLR Analysis


Description

Plots observed vs predicted values for objects of class BGLR.

Usage

## S3 method for class 'BGLR'
plot(x, ...)

Arguments

x

An object of class BGLR.

...

Further arguments passed to or from other methods.

Author(s)

Gustavo de los Campos, Paulino Perez Rodriguez,

See Also

BGLR.

Examples

## Not run: 

setwd(tempdir())
library(BGLR)
data(wheat)
out=BLR(y=wheat.Y[,1],XL=wheat.X)
plot(out)


## End(Not run)

BGLR

Bayesian Generalized Linear Regression

v1.0.8
GPL-3
Authors
Gustavo de los Campos, Paulino Perez Rodriguez,
Initial release
2018-11-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.