synbreed (version 0.12-9)

summary.gpMod: Summary for class gpMod

Description

S3 summary method for objects of class gpMod

Usage

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

Arguments

object

object of class gpMod

not used

See Also

gpMod

Examples

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

Run the code above in your browser using DataLab