s-news
[Top] [All Lists]

Re: GEE code for s-plus

To: Noori Akhtar-Danesh <nakhtardanesh@cogeco.ca>
Subject: Re: GEE code for s-plus
From: ripley@stats.ox.ac.uk
Date: Tue, 18 Feb 2003 19:28:10 +0000 (GMT)
Cc: s-news@lists.biostat.wustl.edu
In-reply-to: <003501c2d77f$db4f7030$bfaa7182@csu.mcmaster.ca>
The one at http://www.stats.ox.ac.uk/pub/SWin/ (sic) does work.
Here's the MASS4 example, *in S-PLUS 2000*

> library(MASS)
> library(gee)
> summary(gee(y ~ pred + factor(subject), family = poisson,
+             id = subject, data = epil3,  corstr = "exchangeable"))
...

Apart from an incorrect URL you have given us nothing to go on.

On Tue, 18 Feb 2003, Noori Akhtar-Danesh wrote:

> Hi all,
> I am using s-plus2000 and these days I am trying to find a reliable and easy 
> code for GEE.  I already tried OSWALD and gee() from Brian Ripley's site 
> (http://www.stats.ox.ac.uk/pub/SWin/Can ) but it seems that non of them works 
> properly (at least, I cannot make them work!).  could someone kindly tell me 
> what to do or show me a better code, please?
> 
> Noori
> 
> 
> 
> 

-- 
Brian D. Ripley,                  ripley@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595


<Prev in Thread] Current Thread [Next in Thread>