R/thresholdcomparisons.R

Defines functions thresholdcomparisons

Documented in thresholdcomparisons

#' Pair comparisons of the parameters using bootstrap
#' \code{thresholdcomparisons} Calculates the bootstrap confidence intervals for the
#' difference in the parameters for two groups for all possible pairs
#' of groups
#' @keywords internal
#' @export
thresholdcomparisons <- function(qp, ci = .95) {
  one_thresholdcomparisons(qp$thresholdsbootstrap, qp$thresholds, qp$groups, ci)
}

Try the quickpsy package in your browser

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

quickpsy documentation built on Oct. 2, 2019, 5:03 p.m.