Runing S-plus add-on in R (Binary and Smoothed Binary Regression Quantiles)
On Tue, 30 Mar 2004, Joao Pedro W. de Azevedo wrote:
Hello, I would like to know if it is possible to run a s-plus package in R. I'm particularly interested on The add-on written by Walter Belluzzo and Gregory Kordas to estimate Binary and Smoothed Binary Regression Quantiles using the Simulated Annealing algorithm.
In my experience most substantial pieces of S-PLUS code require some editing to work in R, but often not very much. It is, of course, easier if the authors have provided enough tests that you can tell whether the package is working... -thomas