Code
library(readxl)
library(DT)
<- read_excel("rms_concepts25.xlsx", range = "Method!A1:F108")
g <- as.data.frame(g)
g datatable(g, rownames = FALSE)
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.
This is a test
library(readxl)
library(DT)
<- read_excel("rms_concepts25.xlsx", range = "Method!A1:F108")
g <- as.data.frame(g)
g datatable(g, rownames = FALSE)