Learn R Programming

influence.ME (version 0.8.1)

dp.ME.pchange: Dotplot visualization of percentile change as measure of influential data

Description

This is a wrapper function to the dotplot() function in the lattice-package. It transforms the output from the ME.pchange() function and calls dotplot() to provide the user with a visualization of the percentile changes in mixed models due to the neutralization of the influence of grouping factors.

Usage

dp.ME.pchange(estex, parameters = 0, groups = 0, sort=FALSE, to.sort=NA, abs=FALSE, ...)

Arguments

See Also

estex, ME.pchange

Examples

Run this code
data(school23)
model <- lmer(math ~ structure + SES  + (1 | school.ID), data=school23)

alt.est <- estex(model, "school.ID")
dp.ME.pchange(alt.est)
dp.ME.pchange(alt.est, layout=c(1,3))

Run the code above in your browser using DataLab