Learn R Programming

ConjointChecks (version 0.2.0)

omni.check_double: Check Double Cancellation in a sample of 3-matrices

Description

Internal function. Checks ONLY the double cancellation bits.

Usage

omni.check_double(N,n,n.iter,burn=1000,thin=4,CR)

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 (c(.025,.975)).

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