influence.ME updated to version 0.9

[This article was first published on Curving Normality » 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.

Influence.ME is an R extension package for R that provides tools for detecting influential data in multilevel regression models. It is developed by Rense Nieuwenhuis (that’s me), Manfred te Grotenhuis, and Ben Pelzer.

Recently, a new version (0.9) was uploaded to CRAN, and should be available now to all users. Several improvements and changes were made. Some of these changes may affect existing users. Therefore, we provide an overview of the improvements and changes to influence.ME:

  • To better align with R terminology, the estex() function was renamed to influence().
  • Several of the existing functions were rewritten, so that they are methods to R generic functions. ME.dfbetas() and ME.cook() were renamed to dfbetas() and cooks.distance() and all plotting functions were removed from the package and replaced by a plot() function.
  • The plot=TRUE parameter in the cooks.distance() and dfbetas() functions are is no longer available: plots should be called for using the plot() function.
  • In addition to these changes, influence.ME now provides several new features:
    • The sigtest() function allows users to test whether the level of statistical significance of a parameter estimate is affected by the presence of influential data.
    • Users can now also test wether lower-level observations affect the multilevel model outcomes (rather than only evaluating the influence of nested groups of cases).
    • Plots on dfbetas / sigtest / pchange can now plot values values that exceed a cutoff value visually distinct.

As a result of some of these changes, users may need to modify their code (slightly). The new structure of the influence.ME package is much more in line with R standards. Remember that the version number (0.9) indicates that influence.ME is still in beta stages of development, and that changes may take place in its design. Please feel free to contact me with any questions, comments, and / or problems you may have regarding our software.

To leave a comment for the author, please follow the link and comment on their blog: Curving Normality » 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)