plot.irt: Plot method for wizirt objects

Description Usage Arguments

View source: R/plot_methods.R

Description

Plot method for wizirt objects

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'irt'
plot(
  wizirt_fit,
  type = "trace",
  items = NULL,
  facets = TRUE,
  quads = 10,
  return_data = FALSE
)

Arguments

type

Character string. Currently, can be 'trace' for item characteristic curves or 'info' for item information.

item

Numeric. Which item or items should be plotted? The default is all of them.


Pflegermeister/wizirt2 documentation built on Oct. 23, 2020, 1:29 a.m.