Displaying 1 result from an estimated 1 matches for "risktim".
Did you mean:
risktime
2006 Aug 10
0
Convergence in geese/gee
We are currently analyzing data on children clustered in day care-centers (DCC). We have tried to use geepack and gee libraries to estimate an overall incidence rate for absences (=number of absences/risk time) by specifying
geese(number.absences ~ offset(log(risktime)), id=day.care.id,
family=poisson("log"), data=dcc, corstr="exch",
sca.link="log", cor.link="fisherz")
gee(number.absences ~ offset(log(risktime)), id=day.care.id,
family=poisson, data=dcc, corstr=&quo...