Skip to content

Commit

Permalink
Removed comparison for dwplot
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Aug 31, 2021
1 parent 75aa680 commit 13ad2d7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions vignettes/broom.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)
Expand Down

0 comments on commit 13ad2d7

Please sign in to comment.