R/condprob2.R

#' Conditional probability analysis in R
#' 
#' This package provides a series of functions for running a conditional 
#' probability analysis.  This method was originally developed as a way to 
#' examine probability of impairment of an ecological resource (e.g. streams 
#' or lakes) given a stressor amount. The primary purpose of this package is to
#' serve as a replacement to the deprecated software described in (Hollister et
#' al. 2008). 
#' 
#' @references Hollister, J. W., J. F. Paul, and H. A. Walker (2008). CProb: 
#'             A Computational Tool for Conducting Conditional Probability 
#'             Analysis. Journal of Environmental Quality. 37(6):2392-2396.
#'             \href{http://dx.doi.org/10.2134/jeq2007.0536}{Link}
#' @references Paul, J. F. and McDonald, M. E. (2005), Development Of EmpriricalL, 
#'             Geographically Specific Water Quality Criteria: A Conditional
#'             Probability Analysis Approach. JAWRA Journal of the American Water 
#'             Resources Association, 41: 1211–1223. 
#'             \href{http://dx.doi.org/10.1111/j.1752-1688.2005.tb03795.x}{link}           
#'             
#' @name condprob2
NULL 
jhollist/condprob2 documentation built on May 19, 2019, 9:27 a.m.