Learn R Programming

jlsm (version 0.1.0)

Gofblsm: Assess the fit of the BLSM

Description

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

Usage

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:

  • Ya.auc scaler of the area under the curve for the multivariate covariates

Examples

Run this code
# NOT RUN {
attach(french)
a=blsm(Niter=5,Y.ia,D=2)
Gofblsm(a,Y.ia)
# }

Run the code above in your browser using DataLab