Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dansmith01 committed Apr 23, 2024
1 parent 89aff7b commit 56787f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions vignettes/articles/regression.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Many common statistical tools rely on the assumption that your data is normally

In the children dataset, this assumption is accurate.

```{r, fig.asp = 1.5}
```{r, fig.asp = 0.4}
performance::check_model(
check = c("pp_check", "linearity"),
x = mgcv::gam(
Expand All @@ -165,7 +165,7 @@ performance::check_model(

However, microbiome data is usually non-normally distributed.

```{r, fig.asp = 1.5}
```{r, fig.asp = 0.4}
performance::check_model(
check = c("pp_check", "linearity"),
Expand Down

0 comments on commit 56787f0

Please sign in to comment.