Gofblsm: Assess the fit of the BLSM

Description Usage Arguments Value Examples

View source: R/Gofblsm.R

Description

assess the fit of the model using ROC curves and auc values

Usage

1
Gofblsm(model, Y.ia)

Arguments

model

object of class BLSM

Y.ia

N by M matrix containing the binary item response matrix

Value

scalar containing:

Examples

1
2
3
attach(french)
a=blsm(Niter=5,Y.ia,D=2)
Gofblsm(a,Y.ia)

selenashuowang/jlsm documentation built on Feb. 20, 2021, 6:39 a.m.