further tidy for OR calcs
This commit is contained in:
parent
1e43ca8136
commit
a1cc7ee33d
1 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||
|
||||
#=====================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue