renamed file to remove 'by'
This commit is contained in:
parent
7add917155
commit
e507db5d9b
5 changed files with 4 additions and 0 deletions
|
@ -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
0
read_data.R
Normal file → Executable file
0
stats_paired.R
Normal file → Executable file
0
stats_paired.R
Normal file → Executable file
0
stats_unpaired.R
Normal file → Executable file
0
stats_unpaired.R
Normal file → Executable file
0
summary_stats_by_time_outcome.R → summary_stats_time_outcome.R
Normal file → Executable file
0
summary_stats_by_time_outcome.R → summary_stats_time_outcome.R
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue