summary.gpMod: Summary for class gpMod

Description Usage Arguments See Also Examples

Description

S3 summary method for objects of class gpMod

Usage

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

Arguments

object

object of class gpMod

...

not used

See Also

gpMod

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## 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)

synbreed documentation built on March 12, 2021, 3:01 a.m.