This document contains documentation and guidelines about the group project. You are expected to perform analysis with R on a real data set about Turkey and present your findings on your Group Progress Journals using RMarkdown and Shiny. At the end of the group project you are expected to prepare a full report about your data and do a 15-minute presentation in class.

Phases and Deadlines

Final deadline is strict but you will be able to revise your final project document.

Update (2020-12-18)

Important Points

About data preprocessing

Some data sets need to be preprocessed before they are ready to analyze and it can take more than some steps from raw data (xlsx, csv etc.) to input data (preferable RData). Then you can start your analysis from a clean input data.

So, you need to provide a preprocessing section or create a separate preprocessing document and give a link to it in your reports. It is up to you. It is recommended to create a separate document and start analysis with a clean RData file if your preprocessing requires some effort.

Both files should be accessible directly and explicit links should be provided.

It is also recommended to use eval/echo (which is explained during the lecture) trick to avoid hardcoded absolute paths (e.g. instead of C:/MyName/MyDocuments/myfile.csv we shall see pjournal.github.io/mygroup/myfile.csv).

Grading Weights