Skip to content

Commit

Permalink
build README
Browse files Browse the repository at this point in the history
  • Loading branch information
larmarange committed Nov 20, 2023
1 parent 0c2b6f1 commit 78a836f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ mod1 <- lm(Fertility ~ ., data = swiss)
ggcoef_model(mod1)
```

<img src="man/figures/README-unnamed-chunk-4-1.png" width="100%" /><img src="man/figures/README-unnamed-chunk-4-2.png" width="100%" />
<img src="man/figures/README-unnamed-chunk-4-1.png" width="100%" />

``` r
ggcoef_table(mod1)
```

<img src="man/figures/README-unnamed-chunk-4-3.png" width="100%" /><img src="man/figures/README-unnamed-chunk-4-4.png" width="100%" />
<img src="man/figures/README-unnamed-chunk-4-2.png" width="100%" />

## Comparing several models

Expand All @@ -69,7 +69,7 @@ models <- list(
ggcoef_compare(models, type = "faceted")
```

<img src="man/figures/README-unnamed-chunk-5-1.png" width="100%" /><img src="man/figures/README-unnamed-chunk-5-2.png" width="100%" />
<img src="man/figures/README-unnamed-chunk-5-1.png" width="100%" />

## Compute custom proportions

Expand Down
Binary file modified man/figures/README-unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-4-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed man/figures/README-unnamed-chunk-4-3.png
Binary file not shown.
Binary file removed man/figures/README-unnamed-chunk-4-4.png
Binary file not shown.
Binary file modified man/figures/README-unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed man/figures/README-unnamed-chunk-5-2.png
Binary file not shown.

0 comments on commit 78a836f

Please sign in to comment.