R/BayesSenMC-package.R

#' The 'BayesSenMC' package.
#'
#' @description This package generates different posterior distributions of adjusted odds ratio under different priors of sensitivity and specificity, and plots the models for comparison. It also provides estimations for the specifications of the models using diagnostics of exposure status with a non-linear mixed effects model.
#'
#' @docType package
#' @name BayesSenMC-package
#' @aliases BayesSenMC
#' @useDynLib BayesSenMC, .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.2. https://mc-stan.org
#'
NULL

Try the BayesSenMC package in your browser

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

BayesSenMC documentation built on Aug. 6, 2022, 9:06 a.m.