R/bpcs-package.R

#' bpcs - A package for Bayesian Paired Comparison analysis with Stan
#'
#' @description  bpcs - A package for Bayesian Paired Comparison analysis with Stan
#'
#' @docType package
#' @name bpcs-package
#' @useDynLib bpcs, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#' @importFrom ggplot2 ggplot
#' @importFrom badger badge_license
#' @importFrom RcppParallel CxxFlags
#' @importFrom rstantools rstan_config
#' @importFrom magrittr "%>%"
#'
#' @references
#' Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.21.2. https://mc-stan.org
#'
#'
#'

NULL

Try the bpcs package in your browser

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

bpcs documentation built on Dec. 15, 2020, 5:23 p.m.