confint.fisher_boot: Confidence intervals from bootstrap

View source: R/core-fisher_mle.R

confint.fisher_bootR Documentation

Confidence intervals from bootstrap

Description

Computes bootstrap confidence intervals using various methods.

Usage

## S3 method for class 'fisher_boot'
confint(
  object,
  parm = NULL,
  level = 0.95,
  type = c("perc", "bca", "norm", "basic"),
  ...
)

Arguments

object

A fisher_boot object

parm

Parameter names or indices (NULL for all)

level

Confidence level (default 0.95)

type

Type of bootstrap CI: "perc", "bca", "norm", or "basic"

...

Additional arguments passed to boot::boot.ci

Value

Matrix with columns for lower and upper bounds


likelihood.model documentation built on March 19, 2026, 9:07 a.m.