erichhuang / bfrm

Bayesian Factor Regression Model (BFRM) techniques from West group at Duke - wrappers written to integrate as an R package to call platform-specific executable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README DOCUMENT FOR THE bfrm PACKAGE

AUTHOR: BRIAN M. BOT

Many thanks to Quanli Wang, Carlos Carvalho, and Mike West

Bayesian Factor Regression Modelling (bfrm) - wrappers written to integrate bfrm algorithm from West group as an R package to call platform-specific executables.

This package uses precompiled binaries and may not build on some architectures.

===

TO INSTALL

Install 'devtools' from CRAN

install.packages('devtools')

Use 'devtools' to install the package directly from Github

install_github(repo = 'bfrm', user = 'erichhuang')

===

SEE SOME DEMO CODE

https://github.com/Sage-Bionetworks/bfrmDemo

===

SEE THE ORIGINAL DUKE DOCUMENTATION

https://stat.duke.edu/research/software/west/bfrm/

About

Bayesian Factor Regression Model (BFRM) techniques from West group at Duke - wrappers written to integrate as an R package to call platform-specific executable.


Languages

Language:C++ 87.3%Language:R 5.0%Language:Shell 4.6%Language:C 3.1%