Learn R Programming

RGE (version 1.0)

print.RGE: 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 RGE
print(x, ...)

Arguments

x

An object obtained by the function RGE "RGE"

Further arguments to be passed

Value

Do not return any value. It is a print version of summary.RGE

See Also

coda

Examples

Run this code
# NOT RUN {
  data(m1)
  print(m1)
# }

Run the code above in your browser using DataLab