Logistic Regression is a technique to predict a Categorical Variable Outcome based on one or more input variable(s). Logistic Regression […]
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.
First Linear Regression Model in R
Linear Regression is a technique to predict the value of an output variable based on one or more input variable(s). […]
unused arguments error in Dplyr Select
Problem: Getting “unused argument” error while using Select ()Function from Dplyr. Solution: I have used the select () function from Dplyr […]
Replace/Rename the Level Value of a Factor Variable in R
Problem: Replace/Rename the Level Value of a Factor Variable in R Solution: Suppose we have a Dataset where we have […]
First Plot in R using plot()
Problem: Create an Exploratory Plot in R Solution: Data Visualization is communicating the data in a graphical format. We can […]
How To get a list of in-built DataSets in R?
Do you have trouble getting a sample DataSet while practicing R? I did! But now, I have learned that there […]