plot.aidif: S3 plot method for class '"aidif"'.

View source: R/class_functions.R

plot.aidifR Documentation

S3 plot method for class "aidif".

Description

Produces one of several diagnostic plots depending on type.

Usage

## S3 method for class 'aidif'
plot(x, type = "dif_forest", ...)

Arguments

x

An object of class "aidif".

type

Character. One of:

"dif_forest"

Forest plot of DIF estimates with 95% confidence intervals for both scoring conditions (default).

"dasb"

Bar chart of DASB estimates with error bars.

"weights"

Dot plot of bi-square anchor weights.

"rho"

Bi-square objective function for human scoring.

...

Additional graphical parameters passed to low-level plot functions.

Value

x, invisibly.


aiDIF documentation built on April 22, 2026, 1:10 a.m.