Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CHKim5/LMSstat
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKim5 committed Jul 28, 2021
2 parents dd0e368 + ecde7ce commit e3c54be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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

<p align="center">
<img src="https://user-images.githubusercontent.com/77651662/125877205-e140d306-81d8-459f-8414-b8ef3bca63d7.PNG" width="750" height="400">
</p>
Expand Down

0 comments on commit e3c54be

Please sign in to comment.