predict.BayesH: Make Predictions

Description Usage Arguments Author(s) References See Also

View source: R/BayesHMethods.R

Description

Make predictions from the results of bayesModel.fit function.

Usage

1
2
## S3 method for class 'BayesH'
predict(object, newdata, ...)

Arguments

object

An object of class BayesH.

newdata

An object of class matrix or data.frame with new data (explanatory variables).

...

Further arguments passed to or from other methods.

Author(s)

Renato Rodrigues Silva

References

Gustavo de los Campos, Hugo Naya, Daniel Gianola, Jose Crossa, Andre's Legarra, Eduardo Manfredi, Kent Weigel and Jose Miguel Cotes. Predicting Quantitative Traits With Regression Models for Dense Molecular Markers and Pedigree, 2009. Genetics. doi: 10.1534/genetics.109.101501

See Also

bayesfit.model.


BayesH documentation built on May 1, 2019, 6:28 p.m.