diff --git a/docs/src/getting_started.md b/docs/src/getting_started.md index 17e0c36..51259f5 100644 --- a/docs/src/getting_started.md +++ b/docs/src/getting_started.md @@ -14,7 +14,7 @@ Note first that, for any positive random variable $X$, we will use extensively t | :--- | :---- | | ``S_X(t) = \mathbb P(X > t)`` | Survival function | | ``\Lambda_X(t) = -\ln S_X(t)`` | Cumulative Hazard function | -| ``\lambda_X(t) = \partial \lambda_X(t)`` | Instantaneous hazard function | +| ``\lambda_X(t) = \partial \Lambda_X(t)`` | Instantaneous hazard function | Consider a study that consists of censored survival times from a specific cause. Such a study consists of several random objects: @@ -120,4 +120,4 @@ GraffeoTest ```@bibliography Pages = ["getting_started.md"] Canonical = false -``` \ No newline at end of file +```