From e507db5d9bdb89fe8c79554095d0bd6bf99bd904 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Fri, 23 Oct 2020 11:37:20 +0100 Subject: [PATCH] renamed file to remove 'by' --- Header_TT.R | 4 ++++ read_data.R | 0 stats_paired.R | 0 stats_unpaired.R | 0 ...ry_stats_by_time_outcome.R => summary_stats_time_outcome.R | 0 5 files changed, 4 insertions(+) mode change 100644 => 100755 read_data.R mode change 100644 => 100755 stats_paired.R mode change 100644 => 100755 stats_unpaired.R rename summary_stats_by_time_outcome.R => summary_stats_time_outcome.R (100%) mode change 100644 => 100755 diff --git a/Header_TT.R b/Header_TT.R index 379a250..de1403b 100755 --- a/Header_TT.R +++ b/Header_TT.R @@ -1,3 +1,4 @@ +#!/usr/bin/Rscript #if (!require(tidyverse)){ #install.packages("tidyverse") #} @@ -84,6 +85,9 @@ library(qwraps2) #library(ComplexHeatmap) +######################################################################## +# My functions +######################################################################## my_kurtosis <- function(x) { m4 <- mean((x - mean(x))^4) diff --git a/read_data.R b/read_data.R old mode 100644 new mode 100755 diff --git a/stats_paired.R b/stats_paired.R old mode 100644 new mode 100755 diff --git a/stats_unpaired.R b/stats_unpaired.R old mode 100644 new mode 100755 diff --git a/summary_stats_by_time_outcome.R b/summary_stats_time_outcome.R old mode 100644 new mode 100755 similarity index 100% rename from summary_stats_by_time_outcome.R rename to summary_stats_time_outcome.R