An Introduction to R
R is a programming language of its kind. It is a language for statistics, and its ecosystem has a lot of libraries for all kinds of statistical tasks. It is a language targeted the statisticians rather than computer scientists. Hence you will see some unorthodox patterns in the language. In this post, you will learn about R. Specifically, you will learn
- Why R is important
- How to install R in your computer
Let’s get started.
Overview
This post is divided into three parts; they are:
- What is R?
- Getting Started with