/basics.R

repository for R scripts and work-arounds

GNU General Public License v3.0GPL-3.0

basics in R

In this summary, I will explain the very basics of R [RCoreTeam, 2014], step by step. The software and additional packages are deposited here.

Index

  1. Scripts and work-arounds
  2. Preparing data for R
  3. Loading the data in R
  4. Basic commands in R
    1. Mathematical operations
    2. Calling data
    3. Formatting the data
    4. Writing tables to files
  5. Plotting data
  6. Statistical analysis

Reference

R Core Team (2014). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria.

Useful links