added first line to all func to run from

This commit is contained in:
Tanushree Tunstall 2021-06-24 10:02:14 +01:00
parent 48a85ede0c
commit 552c5e77aa
8 changed files with 13 additions and 8 deletions

View file

@ -9,5 +9,4 @@ mychisq_or = function(dst_numeric, mut_numeric){
d = tab[1,1]
if (d==0){ d<-0.5}
(a/b)/(c/d)
}
}