gidb_dev #1

Closed
tanu wants to merge 386 commits from gidb_dev into master
Showing only changes of commit a1cc7ee33d - Show all commits

View file

@ -554,5 +554,12 @@ for (i in snps){
# https://stats.stackexchange.com/questions/259635/what-is-the-difference-using-a-fishers-exact-test-vs-a-logistic-regression-for
exact2x2(table(dst, mut),tsmethod="central")
#mymethod = "minlike" # default
mymethod = "central"
#mymethod = "blaker"
exact2x2(table(dst, mut),tsmethod=mymethod)
mcnemar.exact(x,y=NULL, conf.level=.95)
#=====================================================================