R/bayesGAM-package.R

#' The 'bayesGAM' package.
#'
#' @description Fit Bayesian multivariate generalized additive models using Stan
#'
#' @docType package
#' @name bayesGAM-package
#' @useDynLib bayesGAM, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#'
#' @references
#' Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.21.1. https://mc-stan.org
#'
NULL

Try the bayesGAM package in your browser

Any scripts or data that you put into this service are public.

bayesGAM documentation built on March 18, 2022, 6:29 p.m.