You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To analyze the results `R` should be installed. Check you package manager or
46
+
To analyze the results,`R` should be installed. Use your package manager or
48
47
download it from https://www.r-project.org/.
49
48
50
49
The R packages `ggplot2` and `plyr` are also used and can be installed using
@@ -56,9 +55,8 @@ install.packages("ggplot2")
56
55
install.packages("plyr")
57
56
```
58
57
59
-
In the event you get a message that you need to select a CRAN mirror first.
60
-
61
-
You can specify a mirror by adding in the repo parameter.
58
+
In the event you get a message that you need to select a CRAN mirror first, you
59
+
can specify a mirror by adding in the repo parameter.
62
60
63
61
If we used the "http://cran.us.r-project.org" mirror, it could look something
0 commit comments