weibull_survival: Weibull survival function

View source: R/survival.R

weibull_survivalR Documentation

Weibull survival function

Description

Weibull survival function

Usage

weibull_survival(scale, shape, time)

Arguments

scale

The scale parameter for the Weibull distribution

shape

The shape parameter for the Weibull distribution

time

Time point or sequence

Value

survival probabilities

Examples

weibull_survival(50,0.5,1:100)

Agasax/laRs documentation built on Oct. 21, 2022, 3:09 p.m.