ggp_measures_groups: Plot of effect measures by group

View source: R/ggp_measures_groups.R

ggp_measures_groupsR Documentation

Plot of effect measures by group

Description

Plot of effect measures by group.

Usage

ggp_measures_groups(
  data,
  group = "model",
  title = "Title",
  subtitle = "Subtitle",
  vline = list(colors = c("lightseagreen", "violet"), linetype = "solid", size = 3, alpha
    = 0.5),
  pointrange = list(size = 1, fatten = 2),
  text = list(size = 3, color = "navy", digits = 2),
  text_size = list(title = 0.9, y_axis = 0.9)
)

Arguments

data

Data frame with effect measures.

group

Name of group variable.

title

Title.

subtitle

Subtitle.

vline

geom_vline specs.

pointrange

geom_pointrange specs.

text

geom_text_repel specs.

text_size

text size for title and axis as a factor of base font size.

Details

Plot of effect measures by group. Usually with different method such as DiD and outcome. See exercise 7.1 and 7.2 for examples.

Value

ggplot


FrankLef/fciR documentation built on Nov. 12, 2023, 6:09 a.m.