Skip to content

Commit

Permalink
Merge pull request #307 from UCD-SERG/fix-methodology-3
Browse files Browse the repository at this point in the history
more edits to methodology
  • Loading branch information
d-morrison authored Oct 21, 2024
2 parents 515ca4f + 60970dc commit fb7816c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vignettes/methodology.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,10 @@ $$

::: notes

The derivative of this expression doesn't come out cleanly, so we will use a *numerical method* (specifically, a Newton-type algorithm, implemented by `stats::nlm()`) to find the MLE and corresponding standard error.
The derivative of this expression doesn't come out cleanly,
so we will use a *numerical method*
(specifically, a Newton-type algorithm, implemented by `stats::nlm()`)
to find the MLE and corresponding standard error.

:::

Expand Down

0 comments on commit fb7816c

Please sign in to comment.