ICC_check: Plots ICC for an item

Description Usage Arguments Value

View source: R/ICC.R

Description

Plots ICC for an item

Usage

1
2
3
4
5
6
7
8
9
ICC_check(
  model,
  item_id = 1,
  num_groups = NULL,
  verbose = FALSE,
  post_responses = NULL,
  ellipse_type = "t",
  plot_post_person_estimated = TRUE
)

Arguments

model

birtmsfit object

item_id

int; item to plot ICC for

num_groups

int; number of groups of persons

verbose

boolean; should a explanation be added as a caption

post_responses

list of data.frames from birtms::get_postdata

ellipse_type

string; 'axisparallel' or 'norm' or 't' or 'none'

plot_post_person_estimated

boolean

Value

ggplot object


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