tadaa_mean_ci: Plot Means with Errorbars

Description Usage Arguments Value See Also Examples

View source: R/tadaa_plots.R

Description

Plot Means with Errorbars

Usage

1
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

1
tadaa_mean_ci(ngo, deutsch, jahrgang, brewer_palette = "Set1")

tadaatoolbox documentation built on July 2, 2020, 2:30 a.m.