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
- Host: GitHub
- URL: https://github.com/bpdesilva/rfornoobs
- Owner: bpdesilva
- License: mit
- Created: 2019-02-17T10:17:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T17:38:37.000Z (over 6 years ago)
- Last Synced: 2025-03-31T02:42:04.111Z (about 1 year ago)
- Topics: ggplot2, matrix, plot, r, vectors
- Language: R
- Homepage:
- Size: 248 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R For Noobs
[](https://badge.fury.io/gh/bpdesilva%2FRForNoobs)
[](https://github.com/bpdesilva/RForNoobs/issues) [](http://hits.dwyl.io/bpdesilva/RForNoobs) 
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.

#### 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)