Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed May 22, 2024
1 parent 15d13f8 commit 9aac94f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,5 @@ SimSurvival
geq
LLoQ
groupwise
du
int
4 changes: 2 additions & 2 deletions vignettes/extending-jmpost.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ To simulate event times the simulation function takes advantage of the following
$$
\begin{align}
S(t) &\sim U(0, 1) \\
S(t) &= exp\left(-\int_0^th(u)\ du\right)
S(t) &= exp\left(-\int_0^t h(u)\ du\right)
\end{align}
$$

Expand All @@ -318,7 +318,7 @@ approximates the integral by sequentially summing up the hazard after a given st
declaring an event once the sampled probability value has been exceeded. This gives rise to two
key parameters that need to be defined by the user:

- `time_max`: The maximum time to simulate up to (events occouring after this time are censored)
- `time_max`: The maximum time to simulate up to (events occurring after this time are censored)
- `time_step`: How much of a gap to leave between time points to calculate the hazard at

Note that there is currently an outstanding development item to convert this to use numerical
Expand Down

0 comments on commit 9aac94f

Please sign in to comment.