top of page

Welcome to Analytics is Normal

Python

R

SQL

SAS

Data Science
Latest Posts


Setting working directory in R - setwd getwd
In this tutorial we will understand what is a working directory and how to change it using setwd and getwd
Ekta Aggarwal
Nov 21, 2022


Visualisations in R (base package)
In this tutorial we will learn how to create different plots with base functions in R.
Ekta Aggarwal
Oct 17, 2022


Summary function in R
In this tutorial we will learn about how to get the 'summary' i.e., the descriptive statistics of various columns in a dataframe in R.
Ekta Aggarwal
Oct 5, 2022


class function in R
In this tutorial we will learn about how to get the 'class' i.e., the datatype of various objects in R.
Ekta Aggarwal
Oct 5, 2022


Getting frequency distribution in R : Table function
In this tutorial we will learn how to get the frequency distribution in R using table function.
Ekta Aggarwal
Sep 28, 2022


dim, nrow, ncol in R - Number of rows and columns in a dataframe
In this tutorial we will learn about how to get the number of rows and columns of a dataframe.
Ekta Aggarwal
Sep 28, 2022
Click here to read all of our posts:
bottom of page