Description Usage Arguments Value Note See Also Examples
This is a simple plotting template that takes the broom::tidy'd output of
stats::TukeyHSD or alternatively the print = "df"
output
of tadaa_pairwise_tukey and plots it nicely with error bars.
1 | tadaa_plot_tukey(data, brewer_palette = "Set1")
|
data |
The broom::tidy'd output of stats::TukeyHSD. |
brewer_palette |
Optional: The name of the |
A ggplot2 object.
The alpha
of the error bars is set to 0.25
if the contrast
is not significant, and 1
otherwise. That's neat.
Other Tadaa-plot functions:
tadaa_balance()
,
tadaa_int()
,
tadaa_mean_ci()
1 2 | tests <- tadaa_pairwise_tukey(data = ngo, deutsch, jahrgang, geschl, print = "df")
tadaa_plot_tukey(tests)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.