Nothing
#' 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))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.