Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
R Language
2.9K+ articles
AI-ML-DS With R
424+ articles
R-Statistics
191+ articles
R-Data Visualization
174+ articles
R Machine-Learning
74+ articles
R Language
70+ articles
R Machine Learning
17+ articles
R regression
13+ articles
R Data-science
59 posts
Recent Articles
Popular Articles
Type I Error in R
Last Updated: 25 July 2025
A Type I error occurs when we reject a true null hypothesis. In simpler terms, it means detecting an effect or difference that doesn’t actually exist. This kind of false p...
read more
Picked
R Language
R-Statistics
R Data-science
AI-ML-DS With R
R Language
How to Use SMOTE for Imbalanced Data in R
Last Updated: 11 July 2025
SMOTE (Synthetic Minority Over-sampling Technique) is a method used to handle imbalanced data by creating new samples for the minority class. Instead of copying existing ...
read more
Picked
Machine Learning
Blogathon
R Data-science
R Machine Learning
AI-ML-DS
AI-ML-DS With R
Data Science Blogathon 2024
R Language
as.numeric() Function in R
Last Updated: 24 July 2025
The as.numeric() function in R programming language is used to convert an object into a numeric type. It is commonly used when data is in character or factor format but ne...
read more
Picked
R Language
R Functions
R Data-science
R Basics
R Language
Compute Summary Statistics In R
Last Updated: 25 July 2025
Summary statistics are values that describe and simplify a dataset. They include measures like mean, median, mode, range, standard deviation and variance. These values hel...
read more
Picked
R Language
R Statistics
R Data-science
AI-ML-DS With R
R Language
Reshaping data.frame from wide to long format in R
Last Updated: 22 July 2025
Reshaping a data frame from wide to long format in R Programming Language is a common operation when dealing with data analysis and visualization. The process involves con...
read more
Picked
R Language
R Data-science
Data Handling
R Basics
AI-ML-DS With R
R Language
dplyr Full Join in R
Last Updated: 24 July 2025
The dplyr package in R programming language provides functions to combine datasets using various types of joins. A full join includes all rows from both data frames, addin...
read more
Picked
R Language
R Data-science
Data Handling
R Dplyr
AI-ML-DS With R
R Language
Replace Values Based on Condition in R
Last Updated: 21 July 2025
In R programming language, we can change (replace) certain values in a dataset only when a condition is true. This is called replacing values based on a condition.Method 1...
read more
Picked
R Language
R DataFrame-Function
R Data-science
AI-ML-DS With R
R Language
Sum of rows in R based on condition
Last Updated: 21 July 2025
To find the sum of rows in R based on a condition, we select only the rows that match the condition and then use the sum() function to add their values.Method 1: Sum of Ro...
read more
Picked
R Language
R Functions
R Data-science
AI-ML-DS With R
R Language
Systematic Sampling in R
Last Updated: 29 July 2025
Systematic sampling is a statistical sampling method where elements from a larger population are selected at regular intervals with a fixed sampling interval. The process ...
read more
Picked
R Language
R Functions
R Data-science
R Basics
Dev Scripter
Dev Scripter 2024
R Language
Subset Data Frames Using Logical Conditions In R
Last Updated: 21 July 2025
Subset Data Frames Using Logical Conditions in R programming language means selecting specific rows from a data frame where certain logical conditions are true, such as va...
read more
Picked
R Language
R Data-science
AI-ML-DS With R
Data Science
R Language
Filter Rows Based on Conditions in a DataFrame in R
Last Updated: 21 July 2025
To filter rows in a data frame using R, we can apply conditions directly to the columns. R offers several ways to perform this, depending on whether the condition is singl...
read more
Picked
R Language
R-DataFrame
R Data-science
AI-ML-DS With R
R Language
Sum of column in R based on condition
Last Updated: 21 July 2025
Sum of Column in R based on condition refers to calculating the total of values in a column after applying specific conditions. This helps in filtering the data before per...
read more
Picked
R Language
R-DataFrame
R Data-science
AI-ML-DS With R
R Language
Find last occurrence of a data frame in R
Last Updated: 21 July 2025
To find the last occurrence of a row or value in a data frame, R programming language provides built-in functions like tail() and which.max(). These functions help extract...
read more
Picked
R Language
R-DataFrame
R DataFrame-Function
R Data-science
AI-ML-DS With R
R Language
Stratified Sampling in R
Last Updated: 25 July 2025
Stratified sampling involves splitting a population into different groups based on a common characteristic and then randomly selecting members from each group. This method...
read more
Picked
R Language
R DataFrame-Function
R Statistics
R Data-science
R Dplyr
Dev Scripter
Dev Scripter 2024
AI-ML-DS With R
R Language
Convert Tibble to Data Frame in R
Last Updated: 23 July 2025
Tibbles are a type of data frame in R Programming Language that has an enhanced print method, making it easier to display data. However, in some situations, we may need to...
read more
Picked
R Language
R Data-science
1
2
3
4