plot.metaoutliers: Standardized Residual Plot for Outliers Diagnostics

View source: R/plot.metaoutliers.R

plot.metaoutliersR Documentation

Standardized Residual Plot for Outliers Diagnostics

Description

Draws a plot showing study-specific standardized residuals.

Usage

## S3 method for class 'metaoutliers'
plot(x, xtick.cex = 1, ytick.cex = 0.5, ...)

Arguments

x

an object created by the function metaoutliers.

xtick.cex

a numeric value specifying the size of ticks on the x axis.

ytick.cex

a numeric value specifying the size of ticks on the y axis.

...

other arguments that can be passed to the function plot.default.

Value

None.

See Also

metaoutliers

Examples

data("dat.aex")
attach(dat.aex)
out.aex <- metaoutliers(y, s2, model = "FE")
detach(dat.aex)
plot(out.aex)

data("dat.hipfrac")
attach(dat.hipfrac)
out.hipfrac <- metaoutliers(y, s2, model = "RE")
detach(dat.hipfrac)
plot(out.hipfrac)

altmeta documentation built on Aug. 29, 2022, 9:07 a.m.