bWGR-package {bWGR}R Documentation

Bayesian Whole-Genome Regression

Description

Whole-genome regression methods on Bayesian framework fitted via EM or Gibbs sampling, univariate and multivariate, with optional kernel term and sampling techniques.

Details

Package: bWGR
Type: Package
Version: 1.6.5
Date: 2019-06-05
License: GPL-3

Author(s)

Alencar Xavier, William Muir, Kyle Kocak, Shizhong Xu, Katy Rainey.

Maintainer: Alencar Xavier <alenxav@gmail.com>

Examples

    ## Not run: 
# Fit Bayesian Ridge Regression
data(tpod)
Fit = wgr(y,gen)
cor(y,Fit$hat)
  
## End(Not run)

[Package bWGR version 1.6.5 Index]