Academic Year 2021/22 - Semester 2 MATH20802 - Statistical Methods Frequently Asked Questions 1) Is R programming examinable or not? Answer (short): no Answer (long): In the tutorials and worksheets I frequently blend conventional questions (requiring analytical calculations) with R questions (for numerical calculations and plots). There are many reasons for this. Most importantly, statistics is indeed a blend of theory, methods and computing. So it is important that students get familiar with computational aspects as soon as possible. This is in fact the reason why R is used right from the start in year 1 (Introduction to Statistics). Furthermore, many methods that we discuss in MATH20802 are much easier to understand when you see them visualised, e.g. plot of a likelihood function and its quadratic approximation. Also, as soon as a statistical model becomes reasonably complex (e.g. in regression) many calculations can only be done numerically. So we need to use R (or some other scientific programming language), we can't do all things by hand analytically, even in the simple toy examples usually discussed in a introductory course such as MATH20802. In short, the aim of this module is that students learn to understand the underlying concepts behind the most common statistical methods. So all R code is used to illustrate these concepts, but R and R programming itself is not the focus of the module. Nonetheless, students should be able to run the R scripts, reproduce the results, and understand what the script is doing. Note that none of the R examples involve any advanced programming or extensive data analysis. However, in this module I don't not expect the students to produce (similar) R code themselves. In the exam they might see some R output and need to be able to interpret it, but R programming itself is not part of the module, and hence it is not examinable. 1) Where are the solutions to the past exam papers? Can you release further past papers? No solutions to past exam papers will be provided. Furthermore, only at most three past exam papers will be released. The purpose of providing previous exam papers is that you know what type of exam questions to expect. Providing solutions will only divert the attention from studying the course material towards memorising solutions.