The aim of the course is to show how to fit a range of regression models, their interpretation and useful output. We start off looking at data file types and how they are read into R. We will illustrate statistical inference using the likelihood ratio test to assess the importance of factors and covariates on outcomes in a variety of data sets. The emphasis is on hypothesis testing to answer questions of interest to researchers mostly involving group differences. SCHEDULE: INTRODUCTION: Looking at central themes such as data files and how to read these into R. I will also mention use of libraries to access functions which are not in the core library. DATA FILE TYPES ACCESSING DATA FILES DATA FRAMES WE WILL BE USING R TO FIT THE FOLLOWING CLASSES OF REGRESSION MODELS: GENERAL LINEAR MODEL: We illustrate these models using Crime data and naming task data. T-TEST & MULTIPLE REGRESSION (GLM in R.txt), ILLUSTRATING THE PLOT FUNCTION WITH ANCOVA (regression two line group plot+int.txt) BETWEEN SUBS ANOVA (Banova.txt) GENERALISED LINEAR MODELS: (CHISQ IN R Sept 2022.txt) 2x2 tables of frequencies looking at proportions of people living in different regions in America. PEARSON CHI-SQUARE INCLUDING COMPUTING AND INTEPRETING CELL RESIDUALS STATISTICAL INFERENCE USING LIKELIHOOD RATIO TEST LOGISTIC REGRESSION; FITTING AND INTERPRETATION OF OUTPUT, POISSON REGRESSION AND COMPARISON WITH LOGISTIC REGRESSION GENERALISED LINEAR MIXED MODELS (R COURSE LMER.txt) We use beck depression data from a randomised clinical trial here. USING AND COMPARING LME AND LMER ON REPEATED MEASURES DATA INTERPRETING THE OUTPUT OBTAINING PREDICTED MEANS FOLLOWING FITTING OF LINEAR MIXED MODEL SHOWING THE EQUIVALENCE OF PREDICTED MEANS AND REGRESSION COEFFICIENTS FROM THE LINEAR MIXED MODEL NORMAL PROBABILITY PLOT TO CHECK MODEL ASSUMPTIONS SHOWING MEAN DIFFERENCES WITH BOXPLOTS REPEATED MEASURES ANOVA: (EZANOVA no input group.txt) Comparing changes over time in reactions to moods between control and patient groups. TWO WITHIN SUBJECT FACTOR ANOVA TWO WITHIN SUBJECT FACTOR AND ONE BETWEEN SUBJECT FACTOR ANOVA GREENHOUSE-GEISSER CORRECTIONS POST-HOCS VIA T-TESTS FOLLOWING A REPEATED MEASURES ANOVA (POST HOCS IN R.txt)