Skip to content

Commit e3c54be

Browse files
committed
Merge branch 'master' of https://github.com/CHKim5/LMSstat
2 parents dd0e368 + ecde7ce commit e3c54be

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ The package includes
2323

2424
### Installation
2525

26+
#### Download R
27+
https://cran.r-project.org/bin/windows/base/
28+
#### Download R Studio
29+
https://www.rstudio.com/products/rstudio/download/
30+
#### Download Rtools
31+
https://cran.r-project.org/bin/windows/Rtools/
32+
33+
#### Download package in R
34+
2635
```
2736
install.packages("devtools")
2837
@@ -60,6 +69,9 @@ Data<-read.csv("statT.csv",header = F)
6069

6170
**If Multilevel is not used, fill the column with random characters**
6271

72+
# Datafile needs to follow the following format
73+
# Care for Capitals: Sample, Multilevel, Group
74+
6375
<p align="center">
6476
<img src="https://user-images.githubusercontent.com/77651662/125877205-e140d306-81d8-459f-8414-b8ef3bca63d7.PNG" width="750" height="400">
6577
</p>

0 commit comments

Comments
 (0)