Getting Started with R for Measurement
December, 2020
Part 1 What is R
R (R Core Team, 2020) is an open-source language and environment that is primarily used for conducting statistical analyses and managing data. RStudio (RStudio Team, 2020) is an open-source graphical environment for running R, viewing output, and doing other things (like creating this document).
The R community is huge and people develop R packages that we can download (through R) and use for specific types of analyses. In later tutorials, we will use many packages, such as the ggplot2 package (Wickham et al., 2020) and the psych package (Revelle, 2020).
References
R Core Team. (2020). R: A language and environment for statistical computing. R Foundation for Statistical Computing. https://www.R-project.org/
Revelle, W. (2020). Psych: Procedures for psychological, psychometric, and personality research. https://CRAN.R-project.org/package=psych
RStudio Team. (2020). RStudio: Integrated development environment for r. RStudio, PBC. http://www.rstudio.com/
Wickham, H., Chang, W., Henry, L., Pedersen, T. L., Takahashi, K., Wilke, C., Woo, K., Yutani, H., & Dunnington, D. (2020). Ggplot2: Create elegant data visualisations using the grammar of graphics. https://CRAN.R-project.org/package=ggplot2