weibull_hazard: Weibull hazard function

View source: R/survival.R

weibull_hazardR Documentation

Weibull hazard function

Description

Weibull hazard function

Usage

weibull_hazard(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

hazard

Examples

weibull_hazard(50,0.5,1:100)

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