showsf | R Documentation |
Graphic presentation of properties for survival function
showsf(variable = "discrete", prop = NULL)
variable |
Variabe type. Defaults |
prop |
Properties for survival function. See Details. |
prop = 1
: \lim_{x\rightarrow\infty}S_X(x)=0
and \lim_{x\rightarrow -\infty}S_X(x)=1
;
prop = 2
: S_X(x)\geq S_X(y), ~ x\leq y~\forall x,y \in \mathbb{R}
;
prop = 3
: \lim_{x_n\downarrow x}S_X(x_n)\downarrow S_X(x)
.
library(leem)
# Example 1: Plot of survival function
showsf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.