From a84afb87d958c85e778ae3faabc143da46590122 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:37:00 +0700 Subject: [PATCH 1/2] docs(modelisation_approach): graphic ANOVA t-tests --- vignettes/modelisation_approach.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/modelisation_approach.Rmd b/vignettes/modelisation_approach.Rmd index aaf05f22..3c410efa 100644 --- a/vignettes/modelisation_approach.Rmd +++ b/vignettes/modelisation_approach.Rmd @@ -47,7 +47,7 @@ linear models"* (aka, linear regressions). And thus, one can only wonder why these different tests have not been yet replaced by a unified model. ```{r echo=FALSE, fig.align='center', out.width="50%"} -knitr::include_graphics("https://github.com/easystats/easystats/blob/master/hextools/modelbased/allregressions.png") +knitr::include_graphics("https://github.com/easystats/easystats/raw/main/hextools/modelbased/allregressions.png") ``` The tests mentioned above have major advantages. For instance, they are very easy to From 429d03911259bacdb5dd16516e2d8f4692a8aa60 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:42:09 +0700 Subject: [PATCH 2/2] docs(estimate_response): graphic branch --- vignettes/estimate_response.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/estimate_response.Rmd b/vignettes/estimate_response.Rmd index be0c682d..b0253d21 100644 --- a/vignettes/estimate_response.Rmd +++ b/vignettes/estimate_response.Rmd @@ -258,7 +258,7 @@ gganimate::animate(p) # anim_save("gganimate_figure.gif", gganimate::animate(p, width = 800, height = 500, type = "cairo")) if (knitr::is_html_output()) { - knitr::include_graphics("https://github.com/easystats/estimate/raw/master/man/figures/gganimate_figure.gif") + knitr::include_graphics("https://github.com/easystats/estimate/raw/main/man/figures/gganimate_figure.gif") } else { iris %>% ggplot(aes(x = Sepal.Length)) +