Learn R Programming

⚠️There's a newer version (0.9-9) of this package.Take me there.

influence.ME (version 0.8.1)

Tools for detecting influential data in mixed effects models

Description

influence.ME provides a collection of tools for calculating measures of influential data for mixed effects models. It analyses models that were estimated using lme4. The basic rationale behind identifying influential data is that when iteratively single units are omitted from the data, models based on these data should not produce substantially different estimates. To standardize the assessment of how influential a (single group of) observation(s) is, several measures of influence are common practice. First, DFBETAS is a standardized measure of the absolute difference between the estimate with a particular case included and the estimate without that particular case. Second, Cook's distance provides an overall measurement of the change in all parameter estimates, or a selection thereof.

Copy Link

Version

Install

install.packages('influence.ME')

Monthly Downloads

1,346

Version

0.8.1

License

GPL-3

Maintainer

Rense Nieuwenhuis

Last Published

November 20th, 2011

Functions in influence.ME (0.8.1)

influence.ME-package

Influence.ME: Tools for detecting influential data in mixed effects models
grouping.levels

Returns the levels of a grouping factor in a mixed effects regression model
ME.dfbetas

Compute the DFBETAS measure of influential data
dp.ME.pchange

Dotplot visualization of percentile change as measure of influential data
se.fixef

Standard errors of fixed estimates
ME.pchange

Compute the percentage change, as measure of influential data
school23

Math test performance in 23 schools
estex

Estex returns mixed model estimates, iteratively excluding the influence of data nested within single grouping factors.
exclude.influence

Exclude the influence of a grouped set of observations in mixed effects models.
ME.cook

Compute the Cook's distance measure of influential data on mixed effects models
dp.ME.dfbetas

Dotplot visualization of DFBETAS
dp.ME.cook

Dotplot visualization of Cook's Distance