showsf: Survival Function Properties

View source: R/showsf.R

showsfR Documentation

Survival Function Properties

Description

Graphic presentation of properties for survival function

Usage

showsf(variable = "discrete", prop = NULL)

Arguments

variable

Variabe type. Defaults variable = "discrete". The options are: discrete or "1" and continuous or "2".

prop

Properties for survival function. See Details.

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).

Examples

library(leem)
# Example 1: Plot of survival function
showsf()

bendeivide/leem documentation built on June 10, 2025, 10:31 p.m.