summary.BGLR: summary for BGLR fitted models

View source: R/methods.R

summary.BGLRR Documentation

summary for BGLR fitted models

Description

Gives a summary for a fitted model using BGLR function.

Usage

## S3 method for class 'BGLR'
summary(object, ...)

Arguments

object

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)
summary(out)


## End(Not run)


BGLR documentation built on May 12, 2022, 1:06 a.m.

Related to summary.BGLR in BGLR...