Learn R Programming

synbreed (version 0.9-2)

summary.gpMod: 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

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

Run the code above in your browser using DataLab