Crawford_tests - JasonLocklin/jasonlocklin.github.com GitHub Wiki

John Crawford has created several statistical tests designed for single case studies. They allow the comparison of a single patient to a group of healthy controls. He has created several stand-alone programs that perform the calculations. They are available here.

Matthieu Dubois has implemented the Crawford tests in R and has published the singlecase package on CRAN.

install.packages("singlecase")
library(singlecase)
?singlecase
?crawford.t.test
?crawford.diff.test