R/artemis-package.R

#' The 'artemis' package.
#' 
#' @description Simulating data and fitting models for eDNA studies
#'     can be accomplished using the artemis package. In particular,
#'     artemis implements a Bayesian latent-variable model in which the
#'     predictors affect a latent variable, eDNA concentration. This
#'     latent variable is related to an observed variable, CQ cycles
#'     via a standard curve calibration. CQ cycles, are often
#'     truncated at a certain limit, where more than X cycles is
#'     considered a non-detection.
#'
#' Additional details on the model implemented by the artemis package
#' can be found in the "Getting Started" vignette.
#' 
#' @docType package
#' @name artemis-package
#' @aliases artemis
#' @import methods
#' @import ggplot2
#' @import loo
#' @importFrom stats model.matrix model.response model.frame pnorm quantile rnorm terms sd delete.response formula
#' @importFrom graphics lines segments plot
#' @importFrom lme4 lFormula ranef nobars
#' @importFrom loo loo waic extract_log_lik
#' @importFrom rstan sampling extract plot
#' @importFrom rstantools posterior_interval
#' @importFrom utils head
#' @useDynLib artemis
#' @references 
#' Stan Development Team (2018). RStan: the R interface to Stan. R package version 2.18.2. http://mc-stan.org
#' 
NULL

Try the artemis package in your browser

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

artemis documentation built on Sept. 9, 2021, 1:07 a.m.