Skip to content
Prev 192215 / 398498 Next

problem in loop

I'm not too familiar with geese but it looks like the
summary(fit)$correlation would be a dataframe. Maybe try getting the
first (or whatever row you're interested in):
...
corr_gee<-summary(fit)$correlation[1,1]
se_corrgee<-summary(fit)$correlation[1,2]
est[i,]<-c(corr_gee, se_corrgee)
...


Scott

Scott Sherrill-Mix
Department of Microbiology
University of Pennsylvania
425 Johnson Pavilion
3610 Hamilton Walk
Philadelphia, PA  19104-6076
Phone: (215) 573-3141
On Wed, Sep 2, 2009 at 4:45 PM, milton ruser<milton.ruser at gmail.com> wrote: