Skip to content

Commit

Permalink
Fix duplicate book cover?
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Dec 27, 2024
1 parent 981f2ab commit d720c46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 10-inference-for-regression.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2497,15 +2497,15 @@ visualize(null_distribution_mlr) +
```{r echo=FALSE}
mlr_pvalue_viz <- visualize(null_distribution_mlr) +
shade_p_value(obs_stat = observed_fit, direction = "two-sided")
#if (!file.exists("images/mlr_pvalue_viz.png")) {
if (!file.exists("images/mlr_pvalue_viz.png")) {
ggsave(
filename = "images/mlr_pvalue_viz.png",
plot = mlr_pvalue_viz,
width = 6,
height = 11,
dpi = 320
)
#}
}
```

```{r shaded-p-values-partial, echo=FALSE, out.width="55%", fig.height=12, fig.cap="Shaded p-values for the partial slopes in this multiple regression."}
Expand Down
Binary file modified images/mlr_pvalue_viz.png
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 index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ always_allow_html: yes
twitter-handle: ModernDive
graphics: yes
description: "An open-source and fully-reproducible electronic textbook for teaching statistical inference using tidyverse data science tools."
cover-image: "images/logos/v2_cover.jpg"
# cover-image: "images/logos/v2_cover.jpg"
# url: 'https\://moderndive.com/v2/'
apple-touch-icon: "images/logos/favicons/apple-touch-icon.png"
favicon: "images/logos/favicons/favicon.ico"
Expand All @@ -38,7 +38,7 @@ favicon: "images/logos/favicons/favicon.ico"
# Current version information: Date here should match the date in the YAML above.
# Remove .9000 tag and set date to release date when releasing
version <- "2.0.0"
date <- "September 30, 2024"
date <- "December 4, 2024"
# Latest release information:
latest_release_version <- "2.0.0"
Expand Down

0 comments on commit d720c46

Please sign in to comment.