mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-24 12:41:54 +01:00
u
This commit is contained in:
parent
9f41296e9f
commit
dc288f047b
@ -35,7 +35,7 @@ strobe_diff_twodim<-function(meas,group,adj,data,dec=2){
|
|||||||
lo<-round(ci[-1,1],dec)
|
lo<-round(ci[-1,1],dec)
|
||||||
up<-round(ci[-1,2],dec)
|
up<-round(ci[-1,2],dec)
|
||||||
|
|
||||||
or_ci<-c("0",paste0(co," (",lo," to ",up,")"))
|
or_ci<-c("REF",paste0(co," (",lo," to ",up,")"))
|
||||||
|
|
||||||
amod<-lm(m~.,data=dat)
|
amod<-lm(m~.,data=dat)
|
||||||
aci<-confint(amod)
|
aci<-confint(amod)
|
||||||
@ -43,7 +43,7 @@ strobe_diff_twodim<-function(meas,group,adj,data,dec=2){
|
|||||||
alo<-round(aci[2:length(levels(g)),1],dec)
|
alo<-round(aci[2:length(levels(g)),1],dec)
|
||||||
aup<-round(aci[2:length(levels(g)),2],dec)
|
aup<-round(aci[2:length(levels(g)),2],dec)
|
||||||
|
|
||||||
aor_ci<-c("0",paste0(aco," (",alo," to ",aup,")"))
|
aor_ci<-c("REF",paste0(aco," (",alo," to ",aup,")"))
|
||||||
|
|
||||||
nr<-c()
|
nr<-c()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user