[R] Leaps and bound

Thomas Lumley tlumley at u.washington.edu
Thu Jan 31 16:44:31 CET 2002


On Thu, 31 Jan 2002, GIORGI Roch wrote:

> Hi,
>
> I used the bic.surv function, S-PLUS functions developed by Chris Volinsky
> http://www.research.att.com/~volinsky/bma.html, without problems with
> S-PLUS.
>
> I have to use it with R but I am face with a problem: this function call a
> fortran routine named "leaps" (answer <- .Fortran("leaps", arguments)). I
> loaded the leaps library, and the leaps function work well with my R, but
> there is no Fortran routine named "leaps" within it.
>
> Do you know in what package I can find the "leaps" Fortran routine or what
> is the R version of the S-PLUS "leaps" Fortran routine (if exist)?
>

There is no `leaps' Fortran routine in R -- the all-subsets code in R is
completely different.  All the same information is probably there, but you
would have to look at the Fortran code to see how to find it.  The routine
you are looking for is an undocumented internal part of S, so it would be
surprising if it were in R.

	-thomas

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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