rod84 wrote:
Dear R users,
I recently downloaded the library lme4a by
svn checkout svn://svn.r-forge.r-project.org/svnroot/lme4.
I tried to install the library lme4a by copying the downloaded document in
the location where all the R libraries are saved.
When I try to load the library, I obtain the message
library(lme4a)
Error in library(lme4a) : 'lme4a' is not a valid installed package
R version 2.11.1 (2010-05-31)
Any Ideas on what I should do to be able to use the functions profile and
env ?
Thank you
You probably need to build the package after you download it. At least
I had to.
Kevin
--
Kevin E. Thorpe
Biostatistician/Trialist, Knowledge Translation Program
Assistant Professor, Dalla Lana School of Public Health
University of Toronto
email: kevin.tho...@utoronto.ca Tel: 416.864.5776 Fax: 416.864.3016
______________________________________________
R-help@r-project.org mailing list
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.