diff --git a/modules/Statistics/Statistics.Rmd b/modules/Statistics/Statistics.Rmd index f05401510..9d393a348 100644 --- a/modules/Statistics/Statistics.Rmd +++ b/modules/Statistics/Statistics.Rmd @@ -677,7 +677,7 @@ The odds ratio is 21.4. When the predictor is TRUE (aka the individual ate vanil - calculate confidence intervals for intercept and slopes from `glm`/lm` objects using `confint()` - principal components analysis -- use `prcomp()` -```{r, fig.alt="There's an R package for everything", out.width = "10%", echo = FALSE, fig.show='hold',fig.align='center'} +```{r, fig.alt="There's an R package for everything", out.width = "20%", echo = FALSE, fig.show='hold',fig.align='center'} knitr::include_graphics("../../images/lol/R_package_for_everything.jpg") ```