From a62a9bac54846e0112446c75ea507ce988c5ef21 Mon Sep 17 00:00:00 2001 From: corentinchoisy Date: Tue, 29 Apr 2025 18:04:37 +0200 Subject: [PATCH] added README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7846745 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# SPHERE Psychometrics Tools + +An R package containing various utilities for Rasch modeling and DIF analysis in R + +To install: + +```devtools::install_git("https://git.corentinchoisy.xyz/corentinchoisy/SPT.git")```