This repository contains resources for the massive open online course (MOOC) titled 'Komputasi Statistika dengan R', supported by Institut Teknologi Sepuluh Nopember.
The course Komputasi Statistika dengan R (Statistical Computing with R) aims to teach students how to perform statistical analysis using the R programming language.
- R Scripts: Code snippets and examples used in the course
- Data: Datasets used for practice and analysis
To get started with the materials:
-
Install R: Download and install R from the R Project website.
-
Install RStudio: After installing R, it is highly recommended to install RStudio, an integrated development environment (IDE) for R. You can download RStudio from the RStudio website.
-
Clone the repository: Download or clone the repository using the following command:
git clone https://github.com/rezahabibi96/mooc-komstat.git
-
Install required R packages: Open RStudio and install the required R packages by running the following command in the R console:
install.packages(c("tidyverse"))
This repository is licensed under the MIT License.
- Institut Teknologi Sepuluh Nopember for supporting this course
- The R community for developing and maintaining the R programming language