README.md

BayesFoSR

This repository contains code implementing some Bayesian approaches to function-on-scalar regression. The primary function is bayes_fosr, which calls other functions depending on model structure and user-selected options.

These functions have been incorporated in the the refund package; any updates will be made there.

===============

Installation

To install the latest version directly from Github, please use:

install.packages("devtools")
devtools::install_github("jeff-goldsmith/BayesFoSR")

To install vignettes, please use:

devtools::install_github("jeff-goldsmith/BayesFoSR", build_vignettes=TRUE)


jeff-goldsmith/BayesFoSR documentation built on May 19, 2019, 1:45 a.m.