Start Coding with R
Start Coding with R Code Show All Code Hide All Code Start Coding with R Sajad Ghashami 4/27/2021 Installation R and Rstudio Start your R coding: Arithmetic operators: Variable Numeric Variable Variables with more than 1 values Extract a part of variable Other Types of Variables in R Character Variable Date and time Factor Variables Logical Variables Tables Installation R and Rstudio Personally, I don’t like the installation and preparation of the software very much(Maybe you too), but there is no escape. Fortunately, I tried to make it as short as possible and write here. I promise better stuff will show up very soon. To start our journey we need preparation and knowledge about the basics. If data Science is divided into 2 parts one of them is Statistics/Analytics and the other one is Computer to apply those concepts. Usually, we use a programming language to do our job and ...