Descriptive statistics:
First hand tools which gives first hand information
Central tendency of data
Variation in data
Structure and shape of data tendency
Relationship study
Graphical as well as analytical tools are used.
Absolute...
Sunday, 19 August 2018
Saturday, 18 August 2018
Data Handling - Importing CSV and Tabular data files in R Language
Irawen August 18, 2018 R No comments
Setting up directories
→ We can change the current working directory as follows:
> setwd ("<location of the dataset>")
Example:
> setwd ("C":/RCourse/")
or
> setwd ("C:\\RCourse\\")
→ The following command returns the current...
Thursday, 16 August 2018
Basic of Calculations _Functions_Matrices in R Language
Irawen August 16, 2018 R No comments
Function :-
Function are a bunch of commands grouped together in a sensible unit.
Functions take input arguments, do calculations (or make some graphics, call other functions) and produce some output and return a result in a variable....
Monday, 13 August 2018
Data Frames in R Programming
Irawen August 13, 2018 R No comments
The commands c, cbind, vector and matrix functions combine data.
Another option is the data frame.
In a data frame, we can combine variables of equal length, which each row in the data frame containing observations on the same unit.
Hence, it is similar to the matrix or cbind functions.
Advantage is that one can make changes to the data without...
Sunday, 12 August 2018
String - Display and Formatting in R Language
Irawen August 12, 2018 R No comments
Strings
Formatting and Display of Strings
Operations with Strings
We need formatting and display of strings to obtain the results of specific operations in required format.
Formatting and Display of Strings
Important commands regarding...
Friday, 10 August 2018
Data Management : Factors in R Language
Irawen August 10, 2018 R No comments
Categorical variables
Quantitative variables
Example:
Height (in meters) - 1.65, 1.76, ....
Qualitative variables
Example:
Gender - Male, Female
Performance - Excellent, Good, Average, Bad ....
Categorical variables
Example:
x : Gender...
Thursday, 9 August 2018
Wednesday, 8 August 2018
Data Management : Lists in R Language
Irawen August 08, 2018 R No comments
Vectors, matrices, and arrays is that each of these types of objects may only contain one type of data.
For example, a vector may contain all numeric data or all character data.
A list is a special type of object that can contain data...
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 Execution: try block execution: The try block contains print("Python"). Since print("Python") doe...
-
Step-by-step Explanation: playerScores = dict() Creates an empty dictionary named playerScores. Adding player scores: playerSc...
-
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)