simulateTestMD: Simulate test Multidimensional

Description Usage Arguments Value Examples

Description

Simlates a multidimensional test

Usage

1
2
simulateTestMD(items = 10, individuals = 1000, dims = 3, clusters = 4,
  seed = 10, z = NULL, repetition = 1)

Arguments

items

The items to simulate

individuals

The individuals that answer the test.

dims

The dimensions of the test.

clusters

The cluster number to simulate

seed

A seed for reproducibility.

z

A parameter list to feed the function.

repetition

A number of repetition to simulate with the same item parameters different tests.

Value

This function returns the following data in a named list :

Examples

1
2
# simulateTestMD(items = 10, individuals = 1000, dims = 3, clusters = 4,
# seed = 10, z = NULL, repetition = 1)

SICSresearch/IRTpp documentation built on May 9, 2019, 11:11 a.m.