Monday, 6 August 2018
The concept of executing a block of code multiples time.
Loops in R , are of following types
For Loop : Executes statements multiple times, checks condition at the end.
Repeat Loop : Repeats the code multiple times.
While Loop : Executes...
Sunday, 5 August 2018
Analysis of Variance (ANOVA) and F-test in R Language
Irawen August 05, 2018 R No comments
Analysis of Variance (ANOVA)
A statistical method for making simultaneous comparisons between two or more means; a statistical method that yields values that can be tested to determine whether a significant relation exists between variables.
Examples...
Saturday, 4 August 2018
Decision Making in R Language
Irawen August 04, 2018 R No comments
Decision Making
Decision Making structure, evaluate a condition and depending on the result some other code is processed.
There are three types of decision making statements in R
If Statement
If-Else Statement
Switch Statement
If Statement
An...
Friday, 3 August 2018
Operators use in R Language
Irawen August 03, 2018 R No comments
Operators
Operators are special symbols or phrases that programmers use to check, combine or change values.
E.g., '+' is a operator, used to add two values, like 2 +7
There are two types of operators:
Unary Operators : Operators on...
Wednesday, 1 August 2018
Tuesday, 31 July 2018
R for Everyone: Advanced Analytics and Graphics
Irawen July 31, 2018 Books, R No comments

Using the open source R language, you can build powerful statistical models to answer many of your most challenging questions. R has traditionally been difficult for non-statisticians to learn, and most R books assume far too much knowledge...
Monday, 30 July 2018
Saturday, 28 July 2018
PHP: The Complete Reference
Irawen July 28, 2018 Books, PHP No comments

PHP is a server-side programming language mainly used for web development and is also used as a general purpose programming language. It has become a rage in the Internet world. PHP: The Complete Reference, as the name suggests is a complete...
Thursday, 26 July 2018
Tasks in Data Mining for R Language
Irawen July 26, 2018 R No comments
Anomaly Detection
→ Identification of unusual patterns, outliers, which help us in understanding the variation in data.
Example:-
Association Rule Mining
→ Also referred to as market basket analysis, this method is used for...
Data Mining using R Language
Irawen July 26, 2018 R No comments
Why Data Mining ?
- I have this financial data with me, I need to find out if any of the transactions are fraudulent.
- I have this email data with me, I have need to check how many of the mails are spam.
- I have this telecom data with...
Wednesday, 25 July 2018
Popular Posts
-
What you'll learn Understand why version control is a fundamental tool for coding and collaboration Install and run Git on your local ...
-
What’s happening here? fruits is a list of 5 string items. [ 'Python' , 'Py' , 'Anaconda' , 'CPython' , ...
-
Introduction to Data Science in Python: Course Review and Insights Python has become one of the most powerful and popular programming lang...
-
Step-by-Step Breakdown: Variable Assignment: word = 'clcoding' The string 'clcoding' is assigned to the variable word....
-
Step-by-step Explanation: playerScores = dict() Creates an empty dictionary named playerScores. Adding player scores: playerSc...
-
Step-by-step Execution: try block execution: The try block contains print("Python"). Since print("Python") doe...
-
tep 1: First if Condition if not (code >= 100 and code <= 200 ): print("1") code = 501, so we check: code >...
-
Introduction to Scripting in Python Specialization Python is one of the most versatile and beginner-friendly programming languages, making...
-
Step 1: Install Python Download Python : Go to Python.org and download the latest version. Install Python : During installation, ensure you...
-
Understanding any() Function: The any() function checks if at least one element in the iterable satisfies the given condition. The...
Categories
100 Python Programs for Beginner
(98)
AI
(39)
Android
(24)
AngularJS
(1)
Api
(2)
Assembly Language
(2)
aws
(17)
Azure
(7)
BI
(10)
book
(4)
Books
(197)
C
(77)
C#
(12)
C++
(83)
Course
(67)
Coursera
(251)
Cybersecurity
(25)
Data Analysis
(3)
Data Analytics
(3)
data management
(11)
Data Science
(149)
Data Strucures
(8)
Deep Learning
(21)
Django
(16)
Downloads
(3)
edx
(2)
Engineering
(14)
Euron
(29)
Events
(6)
Excel
(13)
Factorial
(1)
Finance
(6)
flask
(3)
flutter
(1)
FPL
(17)
Generative AI
(11)
Google
(36)
Hadoop
(3)
HTML Quiz
(1)
HTML&CSS
(47)
IBM
(30)
IoT
(1)
IS
(25)
Java
(93)
Java quiz
(1)
Leet Code
(4)
Machine Learning
(85)
Meta
(22)
MICHIGAN
(5)
microsoft
(4)
Nvidia
(4)
Pandas
(4)
PHP
(20)
Projects
(29)
pyth
(1)
Python
(1048)
Python Coding Challenge
(456)
Python Quiz
(123)
Python Tips
(5)
Questions
(2)
R
(70)
React
(6)
Scripting
(3)
security
(3)
Selenium Webdriver
(4)
Software
(17)
SQL
(42)
UX Research
(1)
web application
(8)
Web development
(4)
web scraping
(2)