Update influence.ME, or why I love the open source community

[This article was first published on Rense Nieuwenhuis » R-Project, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

The other day, Kevin Darras contacted me about my R package influence.ME. The package didn’t work with the kind of models he wanted to estimate, and Kevin was looking for a solution. He had been able to go ‘under the hood’ of the program code in influence.ME and to program a solution, which he kindly shared with me. After some testing, and some adjustments, the influence.ME package is now updated and uploaded to CRAN, available for anyone to use. That’s well within a week after his first e-mail.

This is why I love the open source community so much. Not only can users extend the use of influence.ME, and all other R packages, to do things that the package authors/maintainers did not implement. Or to check procedures. Or fix mistakes. Moreover, in line with the positive attitude towards sharing in the open access community, the improved code was shared back so that other users can benefit.

So, thanks to the help of the community, I am happy to announce an update to influence.ME, with two improvements:

  • influence.ME now supports binomial models
  • influence.ME now supports functions inside the model call;for instance:
    model.a <- lmer(math ~ structure + scale(SES) + (1 | school.ID), data=school23)

influence.ME is an extension package for the R statistical software. It provides tools for detecting influential data in multilevel regression models (also known as mixed effects models). It was introduced in the R Journal (Nieuwenhuis, Te Grotenhuis & Pelzer, 2012). influence.ME can be downloaded from with the R software.

Nieuwenhuis, R., Grotenhuis, te, H. F., & Pelzer, B. J. (2012). Influence. ME: tools for detecting influential data in mixed effects models. R Journal, 4(2), 38–47.

To leave a comment for the author, please follow the link and comment on their blog: Rense Nieuwenhuis » R-Project.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)