Day 3 is devoted to advanced data analytics in R programming. The main focus is on how to practically analyze likert-scaled data collected through online forms like Goggle Form
or Microsoft Form
. On successful completion of this session, the participant will be able to:
- analyze the Likert-scaled data using R
- create a report in many format using
yaml
options in R Studio - create an analysis web page in
Github
- create a publication-ready document using
rticle
package
Data analytics of Fruit preference Data Link to the
markdown
file: https://github.com/sijuswamy/Data-Analytics-using-R/blob/main/Analysis%20of%20fruit%20preference%20data.Rmd
Task 1: Complete the analysis by running the r codes chunk by chunk and prepare an
html
file byknitting
the.Rmd
file.
Report automation:
Task 2: Generate a complete report of the analysis in
Parameterized report generation
- Clone the repository https://github.com/sijuswamy/CO-Target-Fixation-Template into your workspace
- Run the
Target_Fixation_template.Rmd
for report generation
Link to the source file for Day 4 session:
Reading Geospatial Data
Visualizing Geospatial Data
Preparation of web pages using
bookdown
package
Assignment: Create web pages of all the
Rmd
files available in the course repositories.
Task: Visit the site in reference 2, and create a new markdown file with name
introduction to GIS using R.md
in your GitHub repository.
Extra reading resourses:
1.Language Technology and Data Analysis Laboratory
Last day is devoted for capstone projects.
CProject-1 Title: A business model possibility analysis based on customer feedback
Requirements
The participants are advised to transform the
Fruit data analysis
in to a scientific journal paper withelsevier
style. The article should have all the requirements as per the journal policies.
CProject-2 Title: Automation of Course Attainment Target fixation of First Year accademics using R
Requirements
The participants are advised to transform the parameterized report generation task in to a process automation work, which will create Branch specific web pages with proper tocs
and can be directly connected to a campus website.
- R libraries for data analytics
- Basic descriptive statistics
- visualization tools
- Probability distributions
- Inferential statistics
Please fill up the form: https://forms.gle/QkGdFvLsWbqLh14C7
Link to the source file for fruit data analysis: https://github.com/sijuswamy/Data-Analytics-using-R/blob/main/Analysis%20of%20fruit%20preference%20data.Rmd
Address of datafile- https://raw.githubusercontent.com/sijuswamy/Data-Analytics-using-R/main/Fruit_data.csv
- Introduction of R
- Installation
- R in cloud
- Basics of R programming
https://github.com/sijuswamy/Data-Analytics-using-R/blob/main/Day-1%20Presentation.Rmd
Link to external resources: