Re: [R] Question about .Fortran in glmnet package

2011-10-26 Thread R. Michael Weylandt
It's probably available at CRAN by downloading the package source here: http://cran.r-project.org/web/packages/glmnet/index.html Look in the /src/ directory. Michael On Wed, Oct 26, 2011 at 9:42 PM, Axel Urbiz wrote: > Hi, > > My apologies for asking this question, but could not find the answer

[R] Question about .Fortran in glmnet package

2011-10-26 Thread Axel Urbiz
Hi, My apologies for asking this question, but could not find the answer elsewhere. I understand the glmnet package uses Fortran code. For example, the lognet.R file includes the lines of code shown below. But how can I see the Fortran code that is being referenced in the code below? Is that provi