Hi, I installed the package r-cran-lmtest in a Debian Sid but I can't use it. I typed "lmtest" but nothing occur. Any help? Thanks. -- S?vio Martins Ramos - Arquiteto Rio de Janeiro ICQ 174972645 Pirataria n?o! Seja livre: Linux http://www.debian.org
At 12:28 AM 3/2/2006, Savio Ramos wrote:>Hi, > >I installed the package r-cran-lmtest in a Debian Sid but I can't >use it. I typed "lmtest" but nothing occur. > >Any help? > >Thanks.Hi Savio! The Lmtest is a package for Testing Linear Regression Models. This is a organized group of rotines, data files, help files etc abou this theme. for use this package You have type: require(lmtest) help(package="lmtest") Bernardo Rangel Tura, MD, MSc National Institute of Cardiology Laranjeiras Rio de Janeiro Brazil
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