Linear Regression is a technique to predict the value of an output variable based on one or more input variable(s). […]
Category: R-Programming
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 […]
Introduction to Data Visualization in R
What is Data Visualization? Data Visualization is an approach for summarizing and visualizing the important characteristics and statistical properties of […]