Simulate performance of an IGT model
simulateIGT.Rd
Simulate IGT performance using a specified model.
Arguments
- deck
Either the name of an included deck or a named list with matrices entries "wins" and "losses".
- n
Number of subjects to simulate
- updating
Name of updating function
- temperature
Name of temperature function
- pars
A named list of parameters. See details.
- scale
How to scale outcomes before passing to the model. Typically, outcomes are divided by 100 (i.e. scale = .01).
- fullOutput
Whether to output internal state variables (i.e. deck valuations)