ggstance (version 0.3.4)

mean_se_h: Calculate mean and standard error

Description

For use with stat_summaryh. Corresponding function for vertical geoms is mean_se()

Usage

mean_se_h(x, mult = 1)

Arguments

x

numeric vector

mult

number of multiples of standard error

Value

A data frame with columns x, xmin, and xmax.

Examples

Run this code
# NOT RUN {
x <- rnorm(100)
mean_se_h(x)
# }

Run the code above in your browser using DataCamp Workspace