arun anirudhan
arun anirudhan
  • Видео 46
  • Просмотров 52 593
How to find and remove OUTLIER in R
Source file : drive.google.com/file/d/1Ta6frBpN4wnFRphHPGt1hqjHKCyLg_7g/view?usp=sharing
Remember that it is not because an observation is considered as a potential outlier by the IQR criterion that you should remove it. Removing or keeping an outlier depends on (i) the context of your analysis, (ii) whether the tests you are going to perform on the dataset are robust to outliers or not, and (iii) how far is the outlier from other observations.
Просмотров: 26 652

Видео

ANOVA in R
Просмотров 873 года назад
File: drive.google.com/file/d/1hFVVJawrz4hijh3wPTTL0MnRsiBr9Uol/view?usp=sharing Data : drive.google.com/file/d/1HNz_JGYMIZ2yhUAU7DLvCPvbBzd2KKVL/view?usp=sharing ANOVA is a statistical test for estimating how a quantitative dependent variable changes according to the levels of one or more categorical independent variables. ANOVA tests whether there is a difference in means of the groups at eac...
Pivot Table and Pivot Chart in Excel
Просмотров 783 года назад
File docs.google.com/spreadsheets/d/1qb_cgZD6SXwng4KfYP5-MzL0Dmu5uGoL/edit?usp=sharing&ouid=118329185105218920658&rtpof=true&sd=true A pivot table is a table of grouped values that aggregates the individual items of a more extensive table within one or more discrete categories. This summary might include sums, averages, or other statistics, which the pivot table groups together using a chosen a...
How to find ANAGRAM in Python without in-built functions
Просмотров 1,6 тыс.3 года назад
How to find Anagram in Python without using in-built functions: - Code drive.google.com/file/d/1b9vJnlPZ4o2eiBpmRnIbNMiZY1-nGc5d/view?usp=sharing Example of Anagram is listen and silent. First method is, simple sort: 1. Sort the two strings 2. Compare the sorted strings Second method is, permutation 1. Find the permutations of the two strings 2. Check whether one element in permutation of strin...
T Test in R
Просмотров 1173 года назад
To download drive.google.com/file/d/1LkuERy3p8CRAppz5n22dzwvHANDM5WJy/view?usp=sharing How to use T test in R. Different types of T test: 1. One Sample T Test 2. Two Sample T Test 3. Paired T Test. Data size matters in T Test.
Olympics Data Analysis Using R, till 2020
Просмотров 1,5 тыс.3 года назад
The source code drive.google.com/file/d/1ovWg3aubRnPHJzMCsSTSsK9Ey3ZMWFjt/view?usp=sharing Dataset www.kaggle.com/heesoo37/120-years-of-olympic-history-athletes-and-results #OlympicsDataAnalysisOlympics Data Analysis Using R 2020 | Olympics Exploratory Data Analysis Tutorial Data Analysis: - 1. Collect data from Kaggle.com 2. Clean the data 3. Data Exploration and Analysis 4. Interpret the resu...
Flow Control Statements and Difference in execution time in R- Revision 3
Просмотров 373 года назад
Flow Control Statements and Difference in execution time To find the difference while using a for loop and direct operator.
Basics of R (Revision) - Part 2
Просмотров 483 года назад
Basics of R (Revision) - Part 2 Matrix, Arrays, Lists, Factors
Basics of R (Revision) - Part 1
Просмотров 883 года назад
Quick revision on Basics of R - 1st Part
Data Size matter in T-test
Просмотров 313 года назад
Data Size matter in T-test Significance of Data size
Working with Data in a Data Frame in R
Просмотров 903 года назад
How to extract data/rows from a Data Frame in R Box Plot Histogram Correlation plot
India's Covid-19 Data Analysis and Visualization in R
Просмотров 5013 года назад
India's Covid-19 Data Analysis and Visualization in R - Grouping by States/UT, by Dates, plotting the data, filter command and correlation and linear regression model.
Covid-19 Data Analysis and Visualization in R (Basics)
Просмотров 3,4 тыс.3 года назад
Covid-19 Data Analysis and Visualization in R (Basics). How to group by countries, continents etc. Clean the data.
Test for Normality and Visualization in R
Просмотров 1853 года назад
Test for Normality and Visualization in R: Density plot, histogram, QQ plot, shapiro-wilk normality test
Logistic Regression in R - Example II (with training and test data set)
Просмотров 8843 года назад
How to implement logistic regression in R, using predict function and direct equation - in a training and test data set
Example of Logistic Regression in R in detail
Просмотров 733 года назад
Example of Logistic Regression in R in detail
Proof of Logistic Regression and implementation in R
Просмотров 633 года назад
Proof of Logistic Regression and implementation in R
Test for homogeneity of group variances - The Fligner-Killeen test
Просмотров 3633 года назад
Test for homogeneity of group variances - The Fligner-Killeen test
Principal Component Analysis (PCA) in R - Example II
Просмотров 683 года назад
Principal Component Analysis (PCA) in R - Example II
Principal Component Analysis in R - Example 1
Просмотров 1613 года назад
Principal Component Analysis in R - Example 1
Regression Analysis in R (Multiple) - Example 5
Просмотров 353 года назад
Regression Analysis in R (Multiple) - Example 5
Regression Analysis in R (Multiple) - Example 4
Просмотров 723 года назад
Regression Analysis in R (Multiple) - Example 4
Regression Analysis in R (Training and Test Data Set) - Example 3
Просмотров 1,6 тыс.3 года назад
Regression Analysis in R (Training and Test Data Set) - Example 3
Regression Analysis in R - Example 2
Просмотров 603 года назад
Regression Analysis in R - Example 2
Regression Analysis in R : Example 1
Просмотров 1143 года назад
Regression Analysis in R : Example 1
Linear Regression in R
Просмотров 2003 года назад
Linear Regression in R
Outliers in a Data set in R
Просмотров 1,9 тыс.3 года назад
Outliers in a Data set in R
Plotting or plot() in R
Просмотров 613 года назад
Plotting or plot() in R
Data Frames in R
Просмотров 463 года назад
Data Frames in R
Arrays in R
Просмотров 853 года назад
Arrays in R