knitr::opts_chunk$set(
  collapse = TRUE,
  eval = F,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

BHAM

Lifecycle: experimental R-CMD-check

The goal of BHAM is to fit Bayesian hierarchical generalized additive models, and provide ancillary functions for high-dimensional model specification, model summary, variable selection, curve fitting.

Installation

The development version from GitHub with:

# install.packages("devtools")
devtools::install_github("boyiguo1/BHAM")

Example

Please visit the vignettes for a quick introduction



boyiguo1/BHAM documentation built on Jan. 29, 2024, 10:37 a.m.