jack_ci: Compute the Confidence Interval Estimated with Jacknife

View source: R/jack_utils.R

jack_ciR Documentation

Compute the Confidence Interval Estimated with Jacknife

Description

Compute the confidence interval estimated with jacknife.

Usage

jack_ci(x, alpha = 0.05)

Arguments

x

Numerical vector of effect measure

alpha

Alpha used by percentile to give interval in c(alpha, 1- alpha).

Details

This function is used to calculate the confidence interval using input data estimated with the jacknife method.

Value

Numeric vector with estimates and confidence interval.


FrankLef/fciR documentation built on Nov. 12, 2023, 6:09 a.m.