From 727a9360477b07a1de9f5227af94e214fb6de6ed Mon Sep 17 00:00:00 2001 From: Marko Lalovic Date: Wed, 27 Mar 2024 17:20:53 +0100 Subject: [PATCH] fixing readme --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 580cedb..9c26172 100644 --- a/README.Rmd +++ b/README.Rmd @@ -139,7 +139,7 @@ pre_B <- get_responses(n = 20, mu = c(-1, 0, 1)) post_B <- get_responses(n = 20, mu = c(0, 0, 0)) # <-- decrease for skill 3 ``` -The grouped bar chart below displays the responses to Likert-scale questions before and after the survey: +The grouped bar chart below displays the responses to Likert-scale questions before and after taking the course:
Click here to expand diff --git a/README.md b/README.md index 5c7dbf8..adcffb8 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ post_B <- get_responses(n = 20, mu = c(0, 0, 0)) # <-- decrease for skill 3 ``` The grouped bar chart below displays the responses to Likert-scale -questions before and after the survey: +questions before and after taking the course:
Click here to expand