Learn R Programming

psych (version 1.0-61)

sim: Functions to simulate psychological/psychometric data

Description

A number of functions in the psych package will generate simulated data. These functions include sim.circ, sim.congeneric, sim.dichot, sim.hierarchical, sim.item, sim.structural, and sim.VSS. These functions are separately documented and listed here for ease of the help function.

Usage

sim()

Arguments

Details

Simulation of data structures is a very useful tool in psychometric research and teaching. By knowing ``truth" it is possible to see how well various algorithms can capture it. Various simulation functions in psych are:

sim.structural A function to combine a measurement and structural model into one data matrix. Useful for understanding structural equation models.

sim.congeneric A function to create congeneric items/tests for demonstrating classical test theory. sim.hierarchical A function to create data with a hierarchical (bifactor) structure.

sim.item A function to create items that either have a simple structure or a circumplex structure.

sim.circ Create data with a circumplex structure.

sim.dichot Create dichotomous item data with a simple or circumplex structure.

References

Revelle, W. (in preparation) An Introduction to Psychometric Theory with applications in R. Springer. at http://personality-project.org/r/book/

See Also

See above