plot.slopeByDropout.dirichlet.fit: plot.slopeByDropout.dirichlet.fit

Description Usage Arguments

Description

Plot the slope by dropout time for a Dirichlet Model fit

Usage

1
2
3
4
## S3 method for class 'dirichlet.fit'
plot.slopeByDropout(fit, groups = NULL,
  xlim = NULL, ylim = NULL, show_ci = TRUE, overlay = TRUE,
  lower_tail = 0.025, upper_tail = 0.975, colors = NULL)

Arguments

fit

the Dirichlet model fit

groups

list of groups to include in the plot(s)

xlim

the limits of the X-axis

ylim

the limits of the Y-axis

show_ci

if TRUE, displays the upper and lower credible interval

overlay

if TRUE, overlays all groups on the same plot

lower_tail

the lower tail probability for the credible interval

upper_tail

the upper tail probability for the credible interval

colors

vector of colors for each group


kreidles/informativeDropout documentation built on Sept. 13, 2020, 12:15 a.m.