R/parci.R

Defines functions parci

Documented in parci

#' Calculates the confidence intervals for the parameters
#' \code{parci} calculates the confidence intervals for the parameters
#' @keywords internal
#' @export
parci <- function(qp, ci = .95) {
  qp$parbootstrap %>%
    group_by(pick(all_of(c(qp$groups, "parn")))) %>%
    do(one_parci(., ci))
}

Try the quickpsy package in your browser

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

quickpsy documentation built on March 11, 2026, 5:06 p.m.