tadaatoolbox (version 0.16.0)

tadaa_mean_ci: Plot Means with Errorbars

Description

Plot Means with Errorbars

Usage

tadaa_mean_ci(data, response, group, brewer_palette = "Set1")

Arguments

data

A data.frame

response

Response variable, numeric.

group

Grouping variable, ideally a factor.

brewer_palette

Optional: The name of the RColorBrewer palette to use, defaults to Set1. Use NULL for no brewer palette.

Value

A ggplot2 object.

See Also

Other Tadaa-plot functions: tadaa_balance, tadaa_int, tadaa_plot_tukey

Examples

Run this code
# NOT RUN {
tadaa_mean_ci(ngo, deutsch, jahrgang, brewer_palette = "Set1")
# }

Run the code above in your browser using DataCamp Workspace