Learn R Programming

ConjointChecks (version 0.2.0)

SingleCancel: Check Single Cancellation in a sample

Description

Internal function. Wrapper of the code that checks ONLY the single cancellation bits.

Usage

SingleCancel(N,n,CR=c(.025,.975),single,mc.cores=1)

Arguments

N

Matrix containing the total number of responses.

n

Matrix containing the number of correct responses.

CR

Width of the credible region taken from the posterior. Defaults to a 95% credible region (c(.025,.975)).

single

Also test single cancellation.

mc.cores

The number of cores to parallelize over.

Author

Ben Domingue ben.domingue@gmail.com

References

Perline, R., Wright, B. D., & Wainer, H. (1979). The Rasch model as additive conjoint measurement. Applied Psychological Measurement, 3(2), 237-255.

Examples

Run this code
### INTERNAL FUNCTION ###

Run the code above in your browser using DataLab