This repository contains a statistical analysis project developed by a team of four undergraduate students at the Fakultet elektrotehnike i računarstva (FER), University of Zagreb, as part of the course Statistical Data Analysis.
The objective of the project was to explore and analyze data related to the Academy Awards (Oscars) using a combination of basic and advanced statistical techniques. The analysis was conducted in R, and the results were documented using R Markdown.
.
├── rmd/
├── oscars_dataset.csv
├── Oscars-ENG.pdf
├── Oscars-HRV.pdf
└── README.md
Contains all R Markdown (.Rmd) scripts used for data cleaning, statistical analysis, modeling, and report generation.
The directory includes scripts in both English and Croatian. Together, these files represent the complete reproducible workflow of the project.
Dataset used for the statistical analysis of the Oscars data.
Final compiled report in English.
Final compiled report in Croatian.
All analyses were performed in R. The R Markdown files located in the rmd/ directory can be rendered to reproduce the final reports.
To regenerate the reports:
- Open the relevant
.Rmdfile in RStudio. - Ensure that
oscars_dataset.csvis located in the root directory of the repository. - Install required packages if necessary.
- Knit the document to PDF.
- Matija Akrap
- Damjan Crnković
- Ivan Dražetić
- Roko Grgurić