Skip to content

rezahabibi96/mooc-komstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MOOC 'Komputasi Statistika dengan R'

This repository contains resources for the massive open online course (MOOC) titled 'Komputasi Statistika dengan R', supported by Institut Teknologi Sepuluh Nopember.

Course Description

The course Komputasi Statistika dengan R (Statistical Computing with R) aims to teach students how to perform statistical analysis using the R programming language.

Repository Contents

  • R Scripts: Code snippets and examples used in the course
  • Data: Datasets used for practice and analysis

Getting Started

To get started with the materials:

  1. Install R: Download and install R from the R Project website.

  2. 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.

  3. Clone the repository: Download or clone the repository using the following command:

    git clone https://github.com/rezahabibi96/mooc-komstat.git
  4. 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"))

License

This repository is licensed under the MIT License.

Acknowledgements

  • Institut Teknologi Sepuluh Nopember for supporting this course
  • The R community for developing and maintaining the R programming language

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages