From 13ad2d7931a808649774998f3260b090d97dfdde Mon Sep 17 00:00:00 2001 From: Matthew Fidler <514778+mattfidler@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:02:48 -0500 Subject: [PATCH] Removed comparison for dwplot --- vignettes/broom.Rmd | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/vignettes/broom.Rmd b/vignettes/broom.Rmd index 4e5d53529..1413d69d2 100644 --- a/vignettes/broom.Rmd +++ b/vignettes/broom.Rmd @@ -280,12 +280,6 @@ fit.s %>% dwplot() ``` -You may also compare models easily by using the `dotwhisker` package - -```{r} -dwplot(list("SAEM"=fit.s, "FOCEi"=fit.f), exponentiate=NA) -``` - ## Huxtable This allows easy creation of report ready tables in many formats including word. @@ -299,7 +293,7 @@ tbl <- huxreg('Phenobarbitol'=fit.s) tbl ``` -Like `dwplot`, you can also use `huxtable` to compare runs: +You can also use `huxtable` to compare runs: ```{r} huxreg('SAEM'=fit.s, 'FOCEi'=fit.f)