s-news
[Top] [All Lists]

weighted least squares (follow on)

To: "'s-news@lists.biostat.wustl.edu'" <s-news@lists.biostat.wustl.edu>
Subject: weighted least squares (follow on)
From: "Paul, David A" <paulda@BATTELLE.ORG>
Date: Fri, 28 Mar 2003 15:23:58 -0500
When I run the code

gls.1 <- 
gls(y ~ x, data = foo.frame, 
weights = varPower(form = ~ fitted(.)|group),
control = list(maxIter = 500, msMaxIter = 500), 
verbose = TRUE)

I get the message

"Warning messages:
a database with name "controlvals" already in search 
list: access by where="controlvals" may not work in: 
attach(controlvals)"

and Splus tells me that "Maximum number of iterations
reached without convergence".

What's going on?  I don't remember ever attaching a
database named "controlvals".


Respectfully & Much Thanks in Advance,

 David Paul

<Prev in Thread] Current Thread [Next in Thread>
  • weighted least squares (follow on), Paul, David A <=