RMS notes

Author

Mats E. Nilsson

Published

Monday, September 8, 2025

Preface

Welcome to Research Methods 1 and Stat 1

In this book I collect my notes to the courses Research Methods 1 and Statistics 1, both part of the Master program in psychology, at Department of Psychology, Stockholm University. Lecture notes for Method 1 are in odd numbered chapters, notes for Stat 1 are in even numbered chapters. I will update the notes as we go along.






Important concepts

This is a test

Code
library(readxl)
library(DT)

g <- read_excel("rms_concepts25.xlsx", range = "Method!A1:F108")
g <- as.data.frame(g)
datatable(g, rownames = FALSE)