An open API service indexing awesome lists of open source software.

https://github.com/bpdesilva/rfornoobs

R for absolute beginners
https://github.com/bpdesilva/rfornoobs

ggplot2 matrix plot r vectors

Last synced: 10 months ago
JSON representation

R for absolute beginners

Awesome Lists containing this project

README

          

# R For Noobs

[![GitHub version](https://badge.fury.io/gh/bpdesilva%2FRForNoobs.svg)](https://badge.fury.io/gh/bpdesilva%2FRForNoobs)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/bpdesilva/RForNoobs/issues) [![HitCount](http://hits.dwyl.io/bpdesilva/RForNoobs.svg)](http://hits.dwyl.io/bpdesilva/RForNoobs) ![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)

R for absolute beginners.
Before you read the below document or follow the code above, there are some requirements.

##### Requirements

* It's a must to have some sort of mathematical background.(At least understanding of Addition, Subtraction, Division, Multiplication, Division, Square roots & Fractions)
* Fundamental understanding of Statistics. (https://bpdesilva.me/the-beginners-guide-to-statistics/)
* Prior experince with a programming language.
* Understanding of your own workspace.

Here's a sample of what we will be doing via the code above.

![Image 1](https://github.com/bpdesilva/RForNoobs/blob/master/Examples/GGPlot.png)

#### Lessons
* [Installing R](https://github.com/bpdesilva/RForNoobs/blob/master/Guides/InstallR.md)
* [Hello World](https://github.com/bpdesilva/RForNoobs/blob/master/Guides/Hello.md)