[R] How can I use r-cran-lmtest?
Dirk Eddelbuettel
edd at debian.org
Thu Mar 2 05:03:21 CET 2006
On 2 March 2006 at 00:28, Savio Ramos wrote:
| I installed the package r-cran-lmtest in a Debian Sid but I can't use it. I
| typed "lmtest" but nothing occur.
You need to issue a
> library(foo)
command for every package foo you want to use.
So try
> library(lmtest)
before you do anything else.
Dirk
--
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison
More information about the R-help
mailing list