summary.gpMod {synbreed}R Documentation

Summary for class gpMod

Description

S3 summary method for objects of class gpMod

Usage

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

Arguments

object

object of class gpMod

...

not used

See Also

gpMod

Examples

## Not run: 
library(synbreedData)
data(maize)
maizeC <- codeGeno(maize)
# marker-based (realized) relationship matrix
U <- kin(maizeC,ret="realized")/2

# BLUP model
mod <- gpMod(maizeC,model="BLUP",kin=U)
summary(mod)

## End(Not run)

[Package synbreed version 0.12-12 Index]