Displaying 3 results from an estimated 3 matches for "dqrsl1".
Did you mean:
dqrsl
2001 Aug 23
1
Fortran routines from LINPACK in S+ but not R
Dear R Developers,
I should have had the Design library running in R by now but
have kept putting off changing some calls to LINPACK routines
to use those builtin to R. Specifically I call dqrsl1 and dqr.
Would it be an easy task to put those in the next release of
R? If not I'll finally bite the bullet and get back into
reading LINPACK documentation (which I have but haven't
examined in depth).
If dqrsl1 and dqr are not truly parts of LINPACK but are
front-ends to routines that...
2001 Jun 06
1
The old Fortran underscore problem
...L rank(....).
rank is an entry point in a C source file ranksort.c,
declared using "void rank(. .. .)".
All source files seemed to compile fine.
How do I call the C rank entry from Fortran using
Hmisc.so?
A second problem is that in the Design library I
have Fortran code such as
CALL dqrsl1(.....)
When doing library(Design) I get an unknown symbol
dqrsl1_. I know that R base has LINPACK routines such
as dqrsl1.
I think I understand from V&R how to load correct
symbols and look in the correct package when using
an individual dyn.load but not one using a central
library.dynam(&q...
2001 Oct 11
1
Harrell's library
Hi everybody.
I'm studying the Harrell's book on regression modeling strategies, and I'd
like to replicate the examples using R (instead of S+). So how's going the
porting of the hmisc and design libraries? Are there available, though in
beta version?
TIA,
Stefano Calza
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read