Maciej Węgorkiewicz <wegorkie <at> gmail.com> writes: > > Hi all, > > I am just starting with R and cannot use "lmtest" package on Windows 8. > This package contains dwtest function that I am interested in. > > I began with installing the core of R (with rgui) - version 3.1.3 64-bit. > > Then I installed lmtest package using GUI menu, but after success > message I cannot run dwtest() getting message that the it cannot find > the function. >
This sounds like R FAQ 7.30 http://cran.r-project.org/doc/FAQ/R-FAQ.html# I-installed-a-package-but-the-functions-are-not-there (URL broken to make gmane happy) Try library("lmtest"). Everything else you've done after initially installing the package sounds like a wild goose chase ... ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.