Problem: Import a CSV Data set using RStudio Solution: A CSV(Comma Separated Values) Data Set is a file where the […]
Author: Oindrila Sen
A decade of experience in collecting, cleaning and visualizing data. But now I am learning and practicing new tools and different techniques.
Let's dig and find out what is the story behind that Data. Let's do it together! Let's solve, fail and try again because discovering something new is always fun.
Create a List in R
A list is a data structure that can hold any number and any types of other data structures. A list in R […]
Create a Factor in R
Problem: Create a Factor for categorical variables in R Solution: What is a Factor variable? A Factor refers to a statistical […]
Accessing Data Frame Elements in R
Problem: Access the elements in a Data Frame Solution: We need to select the elements from a data frame with the […]
Creating a Data Frame in R
A data frame is a matrix-like structure to store data tables. It is a list of vectors of equal length […]
Mean, Median,Mode,Variance and Standard Deviation
Mean: Mean is the sum of all the elements of a set divided by the number of elements in the […]