R-beta: RE: locfit -> CRAN

Buyukisik, Osman (GEAE) Osman.Buyukisik at ae.ge.com
Tue Mar 17 14:57:56 CET 1998


I had to get rid off ellipses at the line that calls contour(in locfit.s):
From:
contour(m1, m2,matrix(y, nrow = length(m1)),
 ... )
To:
contour(m1, m2,matrix(y, nrow = length(m1)) )

I was getting an error about non used arg to contour function.
Rest of the examples from the web site seem to work, Well, 3D perspective plots
of course does not work yet!
Thanks,

Osman
> ----------
> From: 	Clive Loader[SMTP:clive at bell-labs.com]
> Sent: 	Tuesday, March 17, 1998 7:44 AM
> To: 	r-announce at stat.math.ethz.ch
> Subject: 	locfit -> CRAN
> 
> The locfit library is now available through CRAN, in the
> Contributed R Code directory. Locfit fits local regression,
> likelihood and density estimation models, in the spirit
> of loess but with many additional features. To install,
> unpack the locfit_19980309.tar.gz file, and
> R INSTALL locfit
> 
> Most of the functionality and examples on my home page
> http://cm.bell-labs.com/stat/project/locfit/ should work
> in R, with the exception of trellis displays.
> 
> Thanks to Kurt Hornik for helping with the port and testing.
> 
> Sincerely,
> Clive Loader
> clive at bell-labs.com
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> -
> r-announce 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-announce-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.
> _
> 
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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