powered by
chi_squared
Method for obtaining the hazard function of a chi_squared object.
# S3 method for chi_squared hazard(x, ...)
A function that computes h(t) = f(t) / S(t)
The chi_squared object
Additional arguments (not used)
x <- chi_squared(5) h <- hazard(x) h(5)
Run the code above in your browser using DataLab