Author name: emailtosriakula@gmail.com

Switch Statement in R Language

A switch statement is a selection control mechanism that allows the value of an expression to change the control flow of program execution via map and search. The switch statement is used in place of long if statements which compare a variable with several integral values. It is a multi-way branch statement which provides an

Switch Statement in R Language Read More »

Repeat Loop in R Programming:

A repeat loop is used to iterate over a block of code multiple number of times. There is no condition check in repeat loop to exit the loop. We must ourselves put a condition explicitly inside the body of the loop and use the break statement to exit the loop. Failing to do so will result into

Repeat Loop in R Programming: Read More »

Operators in R Language :

An operator is a symbol that tells the compiler to perform specific Arithmetical  or logical manipulations. R language is rich in built-in operators and provides following types of operators. R’s binary and logical operators will look very familiar to programmers. Note that binary operators work on vectors and matrices as well as scalars. 1.Arithmetic Operators: 2. Logical Operators : Practicing exercises  on

Operators in R Language : Read More »

Let’s Take One real time Scenario to Understand the R Language:

This Post will help You to Understand the R language in Just ten minutes, so Let’s Dive straight into it: Step1 : First Go to this website  : https://www.superdatascience.com/pages/rcourse We have some practicing datasets from this website, Scroll Down and click on Mispriced diamonds under section1: hit the Ground Running (Refer the Screenshots attached, follow

Let’s Take One real time Scenario to Understand the R Language: Read More »

How to start your day???

The best ways to Kick-start your day: The way we start our day can strongly influence the rest of the day. We all know that waking up on the right side of the bed sets the tone for what’s going to happen the rest of the day.  Here are some tips tried and tested ways

How to start your day??? Read More »

Installation of R, R studio and R Tools for Data Science for Windows and Ubuntu

Step 1:  Download  R from  URL :    http://cran.us.r-project.org/   Open this URL and Click on Download R for Windows (Follow as per the Instructions Highlighted in yellow color in the below screenshots) Click on Download R for Windows Click on Install R for the First Time Click on Download R 4.1.0 for Windows R starts

Installation of R, R studio and R Tools for Data Science for Windows and Ubuntu Read More »