stat_esf {cmstatr} | R Documentation |
Empirical Survival Function
Description
The empirical survival function (ESF) provides a visualization of a distribution. This is closely related to the empirical cumulative distribution function (ECDF). The empirical survival function is simply ESF = 1 - ECDF.
Usage
stat_esf(
mapping = NULL,
data = NULL,
geom = "point",
position = "identity",
show.legend = NA,
inherit.aes = TRUE,
n = NULL,
pad = FALSE,
...
)
Arguments
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. This has the
same usage as a |
geom |
The geometric object to use to display the data. |
position |
Position argument |
show.legend |
Should this layer be included in the legends? |
inherit.aes |
If |
n |
If |
pad |
If |
... |
Other arguments to pass on to |
[Package cmstatr version 0.9.3 Index]