Learn R Programming

volker (version 2.1.0)

get_ci: 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)

Value

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

Arguments

x

A numeric vector.

conf

The confidence level.