diff --git a/10-inference-for-regression.Rmd b/10-inference-for-regression.Rmd index 3c5bc5362..d0a4738d6 100644 --- a/10-inference-for-regression.Rmd +++ b/10-inference-for-regression.Rmd @@ -2497,7 +2497,7 @@ 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, @@ -2505,7 +2505,7 @@ mlr_pvalue_viz <- visualize(null_distribution_mlr) + 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."} diff --git a/images/mlr_pvalue_viz.png b/images/mlr_pvalue_viz.png index 0de0e3755..6abe891c5 100644 Binary files a/images/mlr_pvalue_viz.png and b/images/mlr_pvalue_viz.png differ diff --git a/index.Rmd b/index.Rmd index b9a9f3fa2..19a987684 100755 --- a/index.Rmd +++ b/index.Rmd @@ -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" @@ -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"