Skip to content

Quantreg - 'could not find function"rq"'

4 messages · Gough Lauren, Meyners, Michael, LAUSANNE, AppliedMathematics, David Winsemius

Are you sure you called 
library(Quantreg) 
before calling any function?
M.
#
On Jan 7, 2010, at 8:07 AM, Meyners, Michael, LAUSANNE,
AppliedMathematics wrote:

            
Are you both using a package with the exact spelling "Quantreg"? I  
would have expected it to be :

library(quantreg)
Frankly, I have never even heard about this package before and have no
clue what it does, but the error messages nevertheless suggested a
missing call of library. And I didn't bother to check the spelling, my
fault. So I guess you are right... I still didn't check :-) So to the
OP: try 
library(asdf)
with "asdf" replaced by the correct package name, and mind the spelling!

Michael