See the methods for data_for_ecdf_plots()
for available data formats.
plot_ecdf(
x,
variables = NULL,
K = NULL,
gamma = NULL,
prob = 0.95,
size = 1,
alpha = 0.33,
...,
parameters = NULL
)
plot_ecdf_diff(
x,
variables = NULL,
K = NULL,
gamma = NULL,
prob = 0.95,
size = 1,
alpha = 0.33,
...,
parameters = NULL
)
object supporting the data_for_ecdf_plots()
method.
optional subset of variables to show in the plot
number of uniformly spaced evaluation points for the ECDF or ECDFs. Affects the granularity of the plot and can significantly speed up the computation of the simultaneous confidence bands. Defaults to the smaller of number of ranks per variable and the maximum rank.
TODO
the width of the plotted confidence interval for the ECDF.
size passed to ggplot2::geom_ribbon()
for the confidence band
alpha level of the confidence band
additional arguments passed to data_for_ecdf_plots()
.
Most notably, if x
is matrix, a max_rank
parameter needs to be given.
DEPRECATED, use variables
instead.
arxiv::1903.08008 by A. Vehtari et al.