mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 03:40:23 +01:00
u
This commit is contained in:
parent
a56f4d3a1d
commit
51e0193c7c
@ -81,8 +81,8 @@ strobe_print<-function(meas,var,group,adj,data,dec=2){
|
||||
|
||||
amod<-glm(m~.,family=binomial(),data=di)
|
||||
aco<-round(exp(coef(amod)[2]),dec)
|
||||
alo<-round(exp(confint(amod)[2,1]),dec)
|
||||
aup<-round(exp(confint(amod)[2,2]),dec)
|
||||
alo<-suppressMessages(round(exp(confint(amod)[2,1]),dec))
|
||||
aup<-suppressMessages(round(exp(confint(amod)[2,2]),dec))
|
||||
|
||||
aci<-paste0(aco," (",alo," to ",aup,")")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user