R/rstanbdp-package.R

#' The 'rstanbdp' package.
#'
#' @description Bayesian Deming regression for Method Comparison
#'
#' @name rstanbdp-package
#' @aliases rstanbdp
#' @useDynLib rstanbdp, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @import bayestestR
#' @import mixtools
#' @import rrcov
#' @import KernSmooth
#' @importFrom rstan sampling
#' @importFrom rstantools rstan_config
#' @importFrom RcppParallel RcppParallelLibs
#' @importFrom graphics abline grid hist legend mtext par points polygon rect title pairs
#' @importFrom stats IQR mahalanobis na.omit pchisq qt
#' @importFrom grDevices rgb
#'
#' @references
#' Stan Development Team (NA). RStan: the R interface to Stan. R package version 2.32.5. https://mc-stan.org
#'_PATH
NULL

Try the rstanbdp package in your browser

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

rstanbdp documentation built on Sept. 11, 2024, 7:41 p.m.