From 36bf1b90fe8c50a85cc7808232d9956d0878530b Mon Sep 17 00:00:00 2001 From: CHKim5 <77651662+CHKim5@users.noreply.github.com> Date: Wed, 28 Jul 2021 19:56:36 +0900 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1438731..01894f9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,15 @@ The package includes ### Installation +#### Download R +https://cran.r-project.org/bin/windows/base/ +#### Download R Studio +https://www.rstudio.com/products/rstudio/download/ +#### Download Rtools +https://cran.r-project.org/bin/windows/Rtools/ + +#### Download package in R + ``` install.packages("devtools") @@ -60,6 +69,9 @@ Data<-read.csv("statT.csv",header = F) **If Multilevel is not used, fill the column with random characters** +# Datafile needs to follow the following format +# Care for Capitals: Sample, Multilevel, Group +