ci: Confidence Intervals for Bias-corrected Estimators

View source: R/Methods.R

ciR Documentation

Confidence Intervals for Bias-corrected Estimators

Description

generic function

Usage

ci(
  object,
  probability = FALSE,
  alpha = 0.05,
  alternative = c("two.sided", "less", "greater"),
  ...
)

Arguments

object

An object of class

probability

Whether returns CI with probability transformation or not (default=FALSE)

alpha

Level of significance to construct confidence interval (default=0.05)

alternative

Indicates the alternative hypothesis to construct confidence interval and must be one of "two.sided" (default), "less", or "greater".

...

arguments to pass down


prabrishar1/SIHR documentation built on April 17, 2023, 7:46 p.m.