get_ci {volker}R 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.


[Package volker version 2.1.0 Index]