summary.RGE {RGE} | R Documentation |
Summary of the posterior distribution
Description
Obtaining the bayes estimative and the highest posterior density intervals at 95% from predicted value of the genotypes, his stability variances and his bayesian yiled stability indexes.
Usage
## S3 method for class 'RGE'
summary(object, ...)
Arguments
object |
An object obtained by the function RGE |
... |
Further arguments to be passed |
Value
Return a list with:
mu |
Summary with predicted values of genotypes. |
sv |
Summary of the stability variances |
sv |
Summary of the bayesian yield stability indexes |
Note
coda package is needed.
Author(s)
Jose Miguel Cotes Torres jmcotes@unal.edu.co
See Also
coda
Examples
data(m1)
summary(m1)
[Package RGE version 1.0 Index]