stat_normal_surv_func {cmstatr} | R Documentation |
Normal Survival Function
Description
The Normal survival function provides a visualization of a distribution. A normal curve is fit based on the mean and standard deviation of the data, and the survival function of this normal curve is plotted. The survival function is simply one minus the CDF.
Usage
stat_normal_surv_func(
mapping = NULL,
data = NULL,
geom = "smooth",
position = "identity",
show.legend = NA,
inherit.aes = TRUE,
n = 100,
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 |