renamed file to remove 'by'

This commit is contained in:
Tanushree Tunstall 2020-10-23 11:37:20 +01:00
parent 7add917155
commit e507db5d9b
5 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/Rscript
#if (!require(tidyverse)){ #if (!require(tidyverse)){
#install.packages("tidyverse") #install.packages("tidyverse")
#} #}
@ -84,6 +85,9 @@ library(qwraps2)
#library(ComplexHeatmap) #library(ComplexHeatmap)
########################################################################
# My functions
########################################################################
my_kurtosis <- function(x) { my_kurtosis <- function(x) {
m4 <- mean((x - mean(x))^4) m4 <- mean((x - mean(x))^4)

0
read_data.R Normal file → Executable file
View file

0
stats_paired.R Normal file → Executable file
View file

0
stats_unpaired.R Normal file → Executable file
View file

View file