Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKim5 authored Jul 22, 2021
1 parent d1066ab commit be3dfb9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The package includes

* Scaling & Transformation

* Normality check (Shapiro Wilk test)

* Heatmap

* PERMANOVA
Expand Down Expand Up @@ -39,8 +41,10 @@ library(LMSstat)
* NMDS
* PCA
* Scaling & Transformation
* Normality check (Shapiro Wilk test)
* Heatmap


```
#Sample Data provided within the package
Expand Down Expand Up @@ -140,6 +144,19 @@ scaled_data<-D_tran(Data,param = "Pareto")
* param = "None" # "None","Auto","log10","Pareto"
* save = F #Set true if datafile is to be saved

### Normality check

```
Result<-Norm_test(Data)
write.csv(Result,"Normality_test_Result.csv")
```
<p align="center">
<img src="https://user-images.githubusercontent.com/77651662/126578553-f2d583db-d649-4db7-92bb-8cfa9433904a.PNG" width="400" height="350">
</p>



### Heatmap

```
Expand Down

0 comments on commit be3dfb9

Please sign in to comment.