s-news
[Top] [All Lists]

gls errors

To: s-news@wubios.wustl.edu
Subject: gls errors
From: Simon236 <simon236@pop.erols.com>
Date: Tue, 24 Apr 2001 06:38:44 -0700
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


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