Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
19.9K+ articles
AI-ML-DS
3.9K+ articles
R Language
2.9K+ articles
AI-ML-DS With R
402+ articles
data-science
207+ articles
R-Statistics
190+ articles
R Data-science
41+ articles
R Language
35+ articles
R regression
13+ articles
R Machine-Learning
73 posts
Recent Articles
Popular Articles
Multiple linear regression using ggplot2 in R
Last Updated: 24 June 2021
A regression line is basically used in statistical models which help to estimate the relationship between a dependent variable and at least one independent variable. There...
read more
Picked
R Language
R Machine-Learning
R-ggplot
Curve Fitting in R
Last Updated: 02 July 2025
Curve fitting in R is the process of finding a mathematical curve that best describes the relationship between input and output variables in a dataset. It is used when the...
read more
Picked
R Language
R-plots
R-DataFrame
R-Charts
R-Graphs
R Machine-Learning
AI-ML-DS With R
How to Use lm() Function in R to Fit Linear Models?
Last Updated: 19 December 2021
In this article, we will learn how to use the lm() function to fit linear models in the R Programming Language.A linear model is used to predict the value of an unknown va...
read more
Picked
R Language
R Functions
R Machine-Learning
Remove Intercept from Regression Model in R
Last Updated: 14 February 2022
In this article, we will discuss how to remove intercept from the Regression model in the R Programming Language.Extract intercept from the linear regression modelTo extra...
read more
Picked
R Language
R Machine-Learning
How to Calculate MAE in R
Last Updated: 02 July 2025
Mean Absolute Error (MAE) is a metric used to measure the accuracy of a model by calculating the average of the absolute differences between the observed (actual) values a...
read more
Picked
R Language
Geeks Premier League
Geeks-Premier-League-2022
R Machine-Learning
R Machine Learning
AI-ML-DS With R
R Language
How to Calculate Log-Linear Regression in R?
Last Updated: 01 May 2022
Logarithmic regression is a sort of regression that is used to simulate situations in which growth or decay accelerates quickly initially and then slows down over time. Th...
read more
Picked
R Language
R Machine-Learning
Implement Machine Learning With Caret In R
Last Updated: 01 July 2025
Machine Learning (ML) is a method where computers learn patterns from data and make predictions or decisions without being explicitly programmed. It’s widely used in real-...
read more
Picked
R Language
R Machine-Learning
What is the Glmnet package in R?
Last Updated: 28 June 2025
The glmnet package in R is used to build linear regression models with special techniques called Lasso (L1) and Ridge (L2). These techniques add a small penalty to the mod...
read more
Picked
R Language
R Machine-Learning
AI-ML-DS With R
R Language
Computing Classification Evaluation Metrics in R
Last Updated: 25 April 2025
Classification evaluation metrics help us understand how well a model performs in assigning instances to predefined categories. These metrics provide both general and clas...
read more
Picked
R Language
R Machine-Learning
How to Plot the Linear Regression in R
Last Updated: 28 April 2025
In this article, we are going to learn to plot linear regression in R. But, to plot Linear regression, we first need to understand what exactly is linear regression.What i...
read more
Picked
R Language
R Machine-Learning
R-Data Visualization
Geeks Premier League 2023
AI-ML-DS With R
Differences Between two-sample t-test and paired t-test
Last Updated: 28 April 2025
Statistical tests are essential tools in data analysis, helping researchers make inferences about populations based on sample data. Two common tests used to compare the me...
read more
Picked
R Language
Geeks Premier League
R Machine-Learning
Geeks Premier League 2023
kNN: k-Nearest Neighbour Algorithm in R From Scratch
Last Updated: 28 April 2025
In this article, we are going to discuss what is KNN algorithm, how it is coded in R Programming Language, its application, advantages and disadvantages of the KNN algorit...
read more
Picked
Geeks Premier League
R Machine-Learning
R Machine Learning
Geeks Premier League 2023
AI-ML-DS
AI-ML-DS With R
ML Algorithms
How to proceed from Simple to Multiple and Polynomial Regression in R
Last Updated: 16 April 2024
Regression analysis allows us to understand how one or more independent variables relate to a dependent variable. Simple linear regression, which explores the relationship...
read more
Picked
R Language
R Machine-Learning
VIF Function in R
Last Updated: 14 May 2024
Regression analysis is a useful statistical method for understanding the connection between variables in a variety of domains, including finance, economics, and social sci...
read more
Picked
R Language
R Machine-Learning
mlr3 Package in R
Last Updated: 27 June 2025
The mlr3 package is a modern machine learning framework for R that simplifies building, evaluating and tuning machine learning models. It provides a unified interface for ...
read more
R Machine-Learning
R Machine Learning
R Language
1
2
3
4
5
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !