This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Estimate CI from OR Estimate and P-value | |
or <- 1.15 | |
p <- 5e-8 | |
# Program to calculate 95%CI | |
calc_ci <- function(or, p, level=0.95) | |
{ | |
b <- log(or) | |
se_b <- b/qnorm(1-p/2) | |
z <- qnorm(1-(1-level)/2) | |
lci <- exp(b-z*se_b) | |
uci <- exp(b+z*se_b) | |
if (lci<uci) | |
{ci <- c(lci,uci)} | |
else | |
{ci <- c(uci,lci)} | |
return(ci) | |
} | |
calc_ci(or,p) |
If you're looking to take your EA sports FC 24 journey to the next level, consider visiting MMOexp.com to buy FC 24 coins.
ReplyDelete