Displaying 1 result from an estimated 1 matches for "bmi_value".
Did you mean:
b_value
2012 Oct 26
0
combined output with zelig is not working!?!
...;,")
d.3 <- read.table("imp3.csv", header=TRUE,sep=",")
d.4 <- read.table("imp4.csv", header=TRUE,sep=",")
d.5 <- read.table("imp5.csv", header=TRUE,sep=",")
#####my zelig code#####
model3=zelig(DKA.counts~age+as.factor(sex)+bmi_value+hba1c_value,model="poisson",data=mi(d.1,d.2,d.3,d.4,d.5))
summary(model3)
Till so far it is fine... but after this I get separate output for each
dataset! I have tried and tried to find the problem but i still cannot get
the combined output.
Can anyone please tell me what i'm doing...