s-news
[Top] [All Lists]

Re: .Fortran("rcorr",: "rcorr_" is not a symbol in the load table

To: gerald.jean@dgag.ca
Subject: Re: .Fortran("rcorr",: "rcorr_" is not a symbol in the load table
From: Frank E Harrell Jr <f.harrell@vanderbilt.edu>
Date: Fri, 14 Jul 2006 13:29:27 -0500
Cc: s-news@wubios.wustl.edu
In-reply-to: <OF16534241.E1C54F33-ON852571AB.005B4369@spgdag.ca>
References: <OF16534241.E1C54F33-ON852571AB.005B4369@spgdag.ca>
User-agent: Thunderbird 1.5.0.2 (X11/20060516)
gerald.jean@dgag.ca wrote:
Hello,

I am trying to use the "varclus" function from F. Harrell's Hmisc library.
Trying to run the example from the help page I get the following error.


x1 <- rnorm(200)
x2 <- rnorm(200)
x3 <- x1 + x2 + rnorm(200)
x4 <- x2 + rnorm(200)
x <- cbind(x1,x2,x3,x4)
v <- varclus(x, similarity="spear")  # spearman is the default anyway
traceback()

6: eval(action, sys.parent())
5: doErrorAction("Problem in .Fortran(\"rcorr\",: \"rcorr_\" is not a
symbol in the load table, while calling subroutine rcorr",
4: .Fortran("rcorr",
3: rcorr(x, type = similarity)
2: varclus(x, similarity = "spear")
1:
Message: Problem in .Fortran("rcorr",: "rcorr_" is not a symbol in the load
table, while calling subroutine rcorr

Does that mean that the corresponding Fortran routine is not installed?  In
any case is there a solution to the problem?

Thanks,

Gérald Jean

Either you did not give us the whole script or you omitted library(Hmisc,TRUE) at the start -FH

Conseiller senior en statistiques, Actuariat
télephone            : (418) 835-4900 poste (7639)
télecopieur          : (418) 835-6657
courrier électronique: gerald.jean@dgag.ca

"In God we trust, all others must bring data"  W. Edwards Deming


Le message ci-dessus, ainsi que les documents l'accompagnant, sont destinés
uniquement aux personnes identifiées et peuvent contenir des informations
privilégiées, confidentielles ou ne pouvant être divulguées. Si vous avez
reçu ce message par erreur, veuillez le détruire.

This communication (and/or the attachments) is intended for named
recipients only and may contain privileged or confidential information
which is not to be disclosed. If you received this communication by mistake
please destroy all copies.


--------------------------------------------------------------------
This message was distributed by s-news@lists.biostat.wustl.edu.  To
unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
the BODY of the message:  unsubscribe s-news



--
Frank E Harrell Jr   Professor and Chair           School of Medicine
                     Department of Biostatistics   Vanderbilt University

<Prev in Thread] Current Thread [Next in Thread>