plot_raincloud_SESOI: Raincloud plot with smallest effect size of interest

Description Usage Arguments Value See Also Examples

View source: R/plot-raincloud.R

Description

Raincloud plot with smallest effect size of interest

Usage

1
2
3
4
5
6
7
8
9
plot_raincloud_SESOI(
  data,
  value,
  value_label = value,
  groups = NULL,
  SESOI_lower = 0,
  SESOI_upper = 0,
  control = plot_control()
)

Arguments

data

Data frame

value

Character string. Name of the column in data

value_label

Character string. Label to be used. Default is value

groups

Character string. Name of the column in data. Default is NULL

SESOI_lower

Lower smallest effect size of interest threshold

SESOI_upper

Upper smallest effect size of interest threshold

control

Plotting control object returned from plot_control

Value

ggplot object

See Also

plot_raincloud

Examples

1
2
3
4
5
6
7
plot_raincloud_SESOI(
  iris,
  value = "Sepal.Length",
  groups = "Species",
  SESOI_lower = 5,
  SESOI_upper = 7
)

mladenjovanovic/bmbstats documentation built on Aug. 5, 2020, 4:20 p.m.