Learn R Programming

BGLR (version 1.0.4)

summary.BGLR: summary for BGLR fitted models

Description

Gives a summary for a fitted model using BGLR function.

Usage

"summary"(object, ...)

Arguments

object
An object of class BGLR.
...
Further arguments passed to or from other methods.

See Also

BGLR.

Examples

Run this code

## Not run: 
# 
# setwd(tempdir())
# library(BGLR)
# data(wheat)
# out=BLR(y=wheat.Y[,1],XL=wheat.X)
# summary(out)
# 
# ## End(Not run)

Run the code above in your browser using DataLab