plot.fdid_list: Plot Multiple FDID Estimates

View source: R/plot.fdid_list.R

plot.fdid_listR Documentation

Plot Multiple FDID Estimates

Description

Creates a comparison plot of point estimates and confidence intervals for every element of an 'fdid_list'.

Usage

## S3 method for class 'fdid_list'
plot(
  x,
  xlab = NULL,
  ylab = NULL,
  main = NULL,
  ylim = NULL,
  vertical = TRUE,
  show_vartype = TRUE,
  ...
)

Arguments

x

An object of class '"fdid_list"'.

xlab, ylab, main

Axis labels and title. If 'NULL', sensible defaults are used.

ylim

Optional numeric vector of length two giving the *estimate-axis* limits. (Backward compatible: for horizontal plots this is the x-limit; for vertical plots this is the y-limit.)

vertical

Logical; default is TRUE.

show_vartype

Logical; include vartype in labels. Default is TRUE.

...

Additional graphics parameters passed to plot().

Value

Invisibly returns 'x'; called for its side-effect of drawing a plot.

Author(s)

Rivka Lipkovitz, Enhan Liu


fdid documentation built on March 23, 2026, 5:07 p.m.