itemplot: item plotting function including observable response...

Description Usage Arguments Value Examples

View source: R/methods_itemplot.R

Description

This function provides item plots including observable response categories plots.

Usage

1
itemplot(x, items = NULL)

Arguments

x

returned object

items

The items to be plotted. The default is all the items.

Value

Selected ORC plots for selected items

Examples

1
2
3
4
5
6
7
8
9
Data <- c(1,4,2,3)
Data <- matrix(Data,nrow = 2)
deli <- c(1,-1,2,1)
deli <- matrix(deli,nrow = 2)
ind <- c(1,2)
ind <- t(ind)
cova <- c(0.70, -1.25)
mod <- bmggum(GGUM.Data=Data,delindex=deli,trait=2,ind=ind,option=4,covariate=cova,iter=5,chains=1)
itemplot(mod, items=1)

bmggum documentation built on April 9, 2021, 9:09 a.m.