simRasch: Rasch Simulator

Description Usage Arguments Value Author(s) Examples

View source: R/simRasch.R

Description

Simulates item response data for the Rasch model

Usage

1
simRasch(Nt, Nb, mu = 0, sigma = 1)

Arguments

Nt

Number of individuals

Nb

Number of items

mu

Mean of person distribution

sigma

Standard deviation of person distribution

Value

data

The simulated response data

generating.values

The true difficulty parameters used to generate the data

theta

The true ability estimates used to generate the data

Author(s)

Harold C. Doran

Examples

1
simRasch(200, 10) # 200 persons 10 items

wasabi1989/MiscPsycho documentation built on Jan. 19, 2020, 12:29 a.m.