omni.check {ConjointChecks} | R Documentation |
Check Single and Double Cancellation in a sample of 3-matrices
Description
Internal function. This checks both single and double cancellation.
Usage
omni.check(N,n,n.iter,burn=1000,thin=4,CR,single)
Arguments
N |
Matrix containing the total number of responses. |
n |
Matrix containing the number of correct responses. |
n.iter |
Total number of samples. |
burn |
Number of initial samples that should be discarded. |
thin |
Amount of thinning. |
CR |
Width of the credible region taken from the
posterior. Defaults to a 95% credible region ( |
single |
Also test single cancellation. |
Author(s)
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
### INTERNAL FUNCTION ###
[Package ConjointChecks version 0.2.0 Index]