0% found this document useful (0 votes)
16 views4 pages

Data Analysis With R - Course Content

Uploaded by

fakhrulichy.sn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views4 pages

Data Analysis With R - Course Content

Uploaded by

fakhrulichy.sn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Data Analysis with R programming

Course Description
R is a programming language for statistical analyses and graphics, supported by the R Core Team and
the R Foundation for Statistical Analyses. It is free and is a popularly used programming language
known for its versatility and user-friendliness. It is a great option for data management, data
visualization, and statistical analysis, with an active development community that is constantly
releasing new packages, making R code even easier to use.

Learning Outcome
● Getting familiar with R interface and programming language
● Read various standard of data formats into R
● Data preparation for descriptive and inferential statistical analysis
● Perform statistical analysis using R
● Produce publication quality graphs
● Perform basic statistical modeling in R

Course Teachers

Dr. Md Jamal Uddin


PhD (UU, NL) Post-doc (KU, DK)
Professor of Biostatistics and Epidemiology
Department of Statistics
Shahjalal University of Science and Technology
Sylhet, Bangladesh.
Phone: +8801716972846
Email: [email protected] | [email protected]
Web Address | ResearchGate

Muhammad Abdul Baker Chowdhury


MPH (Biostatistics- USA), MPS (Demographic Analysis-DU), MS
(Statistics-SUST)
Senior Biostatistician, Department of Neurosurgery
University of Florida
Gainesville FL USA
Email: [email protected]
Webpage | ResearchGate | LinkedIn

1
Course Content for R Language:

Day 1: Part 1 - Overview of Essential Statistical Methods

▪ Types of Data: Quantitative vs Qualitative


▪ Graphical Representation of Data
▪ Measures of Central Tendency and Dispersion
▪ Shape Characteristics of Data/Distribution
▪ Cross-tabulation
▪ Test of Hypothesis Concerning Mean, Proportion, etc.
▪ Sampling Techniques and Sample Size Determination
▪ Drawing Sample Under Different Sampling Schemes
▪ Analysis of Variance (ANOVA, General Linear Model)
▪ Non-parametric Tests
▪ Correlation and Linear Regression Analysis
▪ Logistic/Poisson Regression

Day 1: Part 2 - Introduction to R

▪ Orientation of R and its Different Windows (R vs RStudio)


▪ R packages and "library” setup
▪ Basic Idea of Data Entry and Code Writing

Day 2: Prepare Your Data Before Analysis - Data Preparation

▪ Define Variables, Including Time Format


▪ Simple Algebraic Calculation Between Variables
▪ Enter Data from Raw Sources, Including Multiple Response Variables and Cross-tabulated
Data
▪ Add Value Labels to Enhance Interpretation
▪ Work with Outliers, Using Z-scores to Identify Them and missing data
▪ Read Data from Other Software (e.g., Excel, Text Files, SPSS)
▪ Save Data Files in Different Formats
▪ Manage the Output Editor, Including Exporting Necessary Results for Publication

Creating New Variables from Existing Data:


▪ Recode or Rename Variables
▪ Compute New Variables
▪ Select, Weight Cases
▪ Split and Unsplit Files
▪ Sort Cases
▪ Merge and Append Data
▪ Arrange Variables, etc.

Day 3: Basic Analysis and Its Application

Perform Basic Data Analysis Procedures:

2
▪ Frequencies
▪ Descriptive Statistics (e.g. mean, median, mode, variance, Standard deviation etc.)
▪ Crosstabs (e.g. 2×2, 2×3, 3×3)
▪ Table Using Multiple Responses
▪ Likert-scale Data Analysis
▪ Create Custom Tables for publication

Build Useful Charts in R:


▪ Bar Diagram
▪ Pie Chart
▪ Histogram
▪ Line Charts
▪ Scatterplot
▪ Boxplot, etc.
▪ Create customized Charts
▪ Export Graphs to Another Format (e.g. EPS, JPG)

Perform Basic Test of Hypothesis:


▪ t-test (one sample, two independent or paired sample)
▪ Binomial Test
▪ Chi-square test (e.g. assess association between two categorical variables)
▪ F-test, etc.

Day 4: Comparing More Than Two Groups Under Study

Execute Analyses for Means Comparison:


▪ Analysis of Variance (ANOVA, one-way, two-way etc.)
▪ Analysis of Covariance (ANCOVA)
▪ General Linear Model

Perform Tests of Association:


▪ Pearson and Spearman Correlation (for interval and ratio variables)
▪ Partial Correlation
▪ Chi-square Test for Association (for nominal and ordinal variables)

Another Test:
▪ Test the Hypothesis of Normality (with Numeric and Graphic Methods)
▪ Detect Outliers in a Data Series (with Numeric and Graphic Methods)
▪ Transform Variables to Achieve Normality

Day 5: Basic Statistical Modeling and others (Projection and Prediction Using the Data)

Perform Linear Regression Analysis:


▪ Perform Simple and Multiple Regression Analysis (for continuous outcome)
▪ Basic Idea of model Building
▪ Logistic Regression Analysis (Binary outcome)
▪ Poisson Regression (count outcome)

3
Nonparametric Tests:
▪ Mann-Whitney U
▪ Wilcoxon
▪ Kruskal-Wallis, etc.

Compute and Interpret Various Types of Reliability Indicators:


▪ Cronbach's Alpha
▪ Cohen's Kappa
▪ Kendall's W

** Course contents are subject to change as per instructors’ discretion

You might also like