View source: R/tam_NA_pattern.R
tam_NA_pattern | R Documentation |
Determines patterns of missing values or pattern of dichotomous item responses.
tam_NA_pattern(x)
tam_01_pattern(x)
x |
Matrix or data frame |
List containing pattern identifiers and indices
#############################################################################
# EXAMPLE 1: Missing data patterns
#############################################################################
data(data.sim.rasch.missing, package="TAM")
dat <- data.sim.rasch.missing
res <- TAM::tam_NA_pattern(dat)
str(res)
## Not run:
#############################################################################
# EXAMPLE 2: Item response patterns
#############################################################################
data(data.read, package="sirt")
dat <- data.read
res <- TAM::tam_01_pattern(dat)
str(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.