check_complete: check if matrix Q is complete

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Check if there is an item solely requiring attribute k for each attribute k = 1, 2, ..., K

Usage

1

Arguments

Q

binary matrix

Value

a list of information

Examples

1
2
check_complete(matrix(c(1,0,0, 0, 1,0, 0, 0, 1, 1, 1, 0, 0, 0,1),
ncol=3,byrow=TRUE))

zhenkewu/slamR documentation built on March 8, 2020, 1:31 a.m.