get_ci: Calculate ci values to be used for error bars on a plot

View source: R/effects.R

get_ciR Documentation

Calculate ci values to be used for error bars on a plot

Description

Calculate ci values to be used for error bars on a plot

Usage

get_ci(x, conf = 0.95)

Arguments

x

A numeric vector.

conf

The confidence level.

Value

A named list with values for y, ymin, and ymax.


volker documentation built on April 12, 2025, 9:16 a.m.