Getting Started Using R

This section include several topics:

Introduction of R programming language and outline of tutorials: What is R, who will learn R.

Installation of R and RStudio: You have to install both R and RStudio on your computer. We provide guidance on how to install these two on Windows computer.

Get started working in R environment: The windows in RStudio and their usage.

Functions for working with R packages: Several important functions for manage packages in R.

Getting started working with R programming language

When R software and RStudio program have been installed on your computer, R working session can be simply started by…

1 year ago

Some important functions for Package management in R

Like in many other programming languages, packages in R are just collections of built-in functions and datasets are combined with…

1 year ago

Insallation of R and RStudio

RStudio acts as an computer-app for using R in a more freindly manner than the default R command window. Before…

1 year ago

Welcome to R Programming

R is one of the most popular programming languages and framework for statistical data analysis and data science. R has…

1 year ago