| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: Nonlinear Regression fitting, Tord Snall |
|---|---|
| Next by Date: | A hygene check, paul hughes |
| Previous by Thread: | Nonlinear Regression fitting, Yadollah (Majid) Waghei |
| Next by Thread: | Re: gls errors, Prof Brian Ripley |
| Indexes: | [Date] [Thread] [Top] [All Lists] |