[R] documentation and plotting with lqs

Clayton Springer csprin at brandybuck.ca.sandia.gov
Tue Jan 22 22:46:23 CET 2002


Dear r-help,

Is there any available description of the components of lqs objects
found in the package "lqs"?

> names(slts)
 [1] "crit"          "sing"          "coefficients"  "bestone"      
 [5] "fitted.values" "residuals"     "scale"         "terms"        
 [9] "call"          "xlevels"       "model" 

Also is there any plotting available for lqs?
And trying plot on the lqs object doesn't work:

> data(stackloss)
> set.seed(123)
> examplelqs <- lqs(stack.loss ~ ., data = stackloss)
> plot (examplelqs)
Error in as.double.default(x) : (list) object cannot be coerced to vector type 14

thanks,

--Clayton



-- 
Clayton Springer, Ph. D.
Sandia National Laboratories                      csprin at ca.sandia.gov
Biosystems Research Department                    (925) 294-2143
P.O. Box 969, MS 9951                fax:         (925) 294-3020
Livermore, CA, 94551-0969

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list