From 13c55247d8992a7576a9217347323e76920c4a0d Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Mon, 7 Oct 2024 15:10:39 -0700 Subject: [PATCH] more edits --- vignettes/methodology.qmd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vignettes/methodology.qmd b/vignettes/methodology.qmd index 9b8bc59f6..2ce9ad5b1 100644 --- a/vignettes/methodology.qmd +++ b/vignettes/methodology.qmd @@ -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. :::