Skip to content
Prev 10506 / 20628 Next

predictions to newdata by LMM through lmer (Ben Bolker)

Tetsuya Michinaka <zhangyf at ...> writes:
You don't need to register.
repos=c("http://lme4.r-forge.r-project.org/repos",
  getOptions("repos")["CRAN"]))",

There was a typo in the README file, fixed now.
This should be getOption("repos")["CRAN"], not getOptions(...)
In order to use install_github you need to install the devtools
package *and* all of the developer tools (compilers etc.).