sim2plData: Simulated data conforming to the 2pl model.

Description Usage Format Source Examples

Description

Dichotomous data simulated from a 2pl model.

Usage

1

Format

The format is: num [1:300, 1:15] 1 0 1 1 1 1 0 1 1 0 ...

Source

Data simulated using the eRm package.

Examples

1
2
3
4
data(sim2plData)
binary2plPA <- PA(sim2plData, percentiles = c(0.95, 0.99), nReplicates = 200,
                  type = "binary", algorithm = "polychoric")
print(binary2plPA)

caariasr/pcaPA documentation built on May 13, 2019, 10:37 a.m.