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.
When R software and RStudio program have been installed on your computer, R working session can be simply started by…
Like in many other programming languages, packages in R are just collections of built-in functions and datasets are combined with…
RStudio acts as an computer-app for using R in a more freindly manner than the default R command window. Before…
R is one of the most popular programming languages and framework for statistical data analysis and data science. R has…