Skip to content

new to R need urgent help!

3 messages · elisheva corn, Abhijit Dasgupta, StellathePug

#
On Jun 23, 2011, at 4:42 PM, elisheva corn <elishevacorn at gmail.com> wrote:

            
You apparently have count data (foci) which is measured repeatedly within exper, and you're interested in how foci changes with time and condition including their interaction. The code fits a generalized estimating equation (GEE) model, which can be an appropriate model for repeated measures data. See, for example, Diggle, Liang, Zeger & Heagerty for background.
The gee package doesn't compute the value directly, though other functions like lm, glm and others do.  What the code does is use the robust z statistic, which is the estimate/robust se, and relate it to the standard normal distribution.
#
I have taught myself R over the last few months and I learned quite a bit
from reading the PDFs that accompany each package, articles on the R Journal
(http://journal.r-project.org/) that cover similar problems to mine, and by
asking specific questions about code to this list. I also search online for
answers to questions similar to mine. Sometimes I even read other people's
code that has been posted online because they often include explanations and
I can learn new ways of coding things. I am still not proficient but I think
that might come with years of practice. 

Good luck

--
View this message in context: http://r.789695.n4.nabble.com/new-to-R-need-urgent-help-tp3621329p3622632.html
Sent from the R help mailing list archive at Nabble.com.