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_(.dots = 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 Oct. 2, 2019, 5:03 p.m.