s-news
[Top] [All Lists]

Re: gls errors

To: Simon236 <simon236@pop.mail.rcn.net>
Subject: Re: gls errors
From: Prof Brian Ripley <ripley@stats.ox.ac.uk>
Date: Tue, 24 Apr 2001 18:04:11 +0100 (BST)
Cc: <s-news@wubios.wustl.edu>
In-reply-to: <3AE581E4.35F8FD2A@pop.erols.com>
Since I told you exactly the same information, that was ungenerous,
to put it mildly.


On Tue, 24 Apr 2001, Simon236 wrote:

> Many thanks to Dr. Renaud Lancelot for a prompt help with my posting
> related to extracting standard errors from the "gls" model. With his
> help, I've come  to a simple solution.
>
> gl <- gls(y ~ x, data.frame(cbind(x, y)), weights = varPower())
> su <- summary(gl)
> cf <- su$tTable
> err.bet <- cf[, 2]
>
> Best
> Simon Rosenfeld
>
> ---------------------------------------------------------------------
> This message was distributed by s-news@lists.biostat.wustl.edu.  To
> unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
> the BODY of the message:  unsubscribe s-news
>

-- 
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 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595


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