From 5db898e890073f43fc2a5acd01df6bc27448b479 Mon Sep 17 00:00:00 2001 From: Craig Gower-Page Date: Mon, 7 Oct 2024 13:32:09 +0100 Subject: [PATCH] Fix broken vignette equation (#436) Closes #433 --------- Signed-off-by: Craig Gower-Page --- _pkgdown.yml | 1 + vignettes/advanced.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index b7517c2de..1d679209b 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,3 +1,4 @@ url: ~ template: + math-rendering: mathjax bootstrap: 5 diff --git a/vignettes/advanced.html b/vignettes/advanced.html index 84a8d0aeb..b00c23ed2 100644 --- a/vignettes/advanced.html +++ b/vignettes/advanced.html @@ -714,7 +714,7 @@

6 Custom imputation strategies#> pars <- list(mu = mu, sigma = sigma) #> return(pars) #> } -#> <bytecode: 0x7f86686ebac0> +#> <bytecode: 0x7f9e8123d938> #> <environment: namespace:rbmi>

To further illustrate this for a simple example, assume that a new strategy is to be implemented as follows: - The marginal mean of the imputation distribution is equal to the marginal mean trajectory for the subject according to their assigned group and covariates up to the ICE.