plot_itemparameter: Plots cateye or dot plots for item parameters

Description Usage Arguments Value

View source: R/inspect_itempars.R

Description

Plots cateye or dot plots for item parameters

Usage

1
2
3
4
5
6
7
8
9
plot_itemparameter(
  model,
  pars,
  style,
  items = c(1, 5),
  thresholds = c(0.2, 2),
  alphacut = c(0.2, 0.3, 2),
  betacut = c(-2, 2)
)

Arguments

model

birtmsfit object

pars

character; either 'slope', 'easyness', 'delta', 'beta', 'difficulty' or 'pseudoguess'

style

character; either "halfeye" or "dots"

items

integer vector of length 2; indicates first and last item to plot the parameter distributions for

thresholds

double vector of length 2; crops the plot horizontally

alphacut

double vector of length 3;

betacut

double vector of length 2;

Value

ggplot object


Famondir/birtms documentation built on Feb. 18, 2022, 2:51 a.m.