Reflection
I took PSDA in the second semester of the first year of my software engineering. It primarily focused on the statistical data manipulation and analysis.
Project
In our project we choose the dataset and took a sample out of it for the vaccinated individuals in Malaysia. For different statistical analaysis, we had to organize and manipulate the data to our specific needs. Thus, I was able to learn to organize and manipulate data sets.
We had to get real life data from the internet and perform statistical techniques on it to derive a conclusion. We performed hypothesis test, Anova, correlation and regression. It helped me to learn a great deal about the amount of detail we can derive from the dataset using statistical technique and, to come up with a conclusion.
We were tasked to use R programming to do calculations for different statistical techniques. It was beneficial to learn R-programming which is crucial programming language for statistical computing. It allows us to use built-in functions to perform calculations. It enhanced and added to my skills.