Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdschneider/r_basics
Script for an Introduction into basic R programming
https://github.com/fdschneider/r_basics
Last synced: 29 days ago
JSON representation
Script for an Introduction into basic R programming
- Host: GitHub
- URL: https://github.com/fdschneider/r_basics
- Owner: fdschneider
- Created: 2017-02-01T17:45:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T18:48:15.000Z (almost 8 years ago)
- Last Synced: 2024-11-12T04:08:34.550Z (2 months ago)
- Language: R
- Size: 720 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Script for an introduction into basic R programming
===================================================This tutorial covers
- basic concept of the R console
- objects and functions
- basic concept of an R script
- read and save data
- basic data handling, selecting, subsetting etc.
- basic statistical modelling
- basic plottingThe script can be accessed via http://fdschneider.de/r_basics/.
This repository contains source files written in [Rmarkdown](http://rmarkdown.rstudio.com/).
R basics script by Florian Schneider is licensed under a Creative Commons Attribution 4.0 International License.