General: o News Forum o Course Overview
General: o News Forum o Course Overview
News forum
Course overview
Introduction to R
Installing R
Installing R in windows.
R Console
R window to edit and execute R commands.
R Commander
Installation and Activation of R commander, Interface of R commander,
Dataset: Activate, Edit and View , Get Help on Activated Dataset, Analysis on
Activated dataset.
o
Help in R
Getting help about R commands.
Workspace in R
Data Structures
Vectors
Types of Vectors and their creation procedures, Assigning created Vector into
Matrices
Creating a matrix, Extracting elements rows or columns from a matrix,
Arrays
Creating an Array, Finding type and dimension of Array.
Lists
Creating a List, Extract a specific component from a list, Extracting a
Factors
Create a factor, Unordered and Ordered factor.
Dataframes
Data types
Numerical, Nominal and Ordinal Data types, Modifying Data types.
Graphical Analysis
Special Graphs
Using pie(), barplot(), hist() commands.
Multiple Plots
Using mfrow or mfcol arguments in par() command and layout command.
Frequencies
Introduction to Frequency
Frequencies
Frequencies, Frequency table and their graphical presentation, Relative
Descriptive Statistics
Measure of Positions
Quartiles, Deciles, Percentiles and Quantiles.
Measure of Dispersion
Range, Median, Absolute deviation about median, Variance and Standard
deviation.
o
Measure of Distribution
Skewness and Kurtosis.
Comparing Populations
Test of Hypothesis
Concept of Hypothesis testing, Null Hypothesis and Alternative Hypothesis.
Cross Tabulations
Contigency table and their use, Chi-Square test, Fisher's exact test.
Correlation
Spearman's p.
o
Automatic.
Time Series Data, Time Series data manipulation with 'xts' package.
o
Series Data for regular and irregular time points. Import Time Series Data using
read.zoo() command.
o
seasonal method.
Extras
Quiz
Command Reference
List of commands
Assignments
The List of assignments
Datasets