ManyBands {ConjointChecks} | R Documentation |
Check What Ordering to Use
Description
Internal funcion. This checks to see whether the p-value (rasch difficulty) ordering should be used or if ordering should be 'as is'.
Usage
ManyBands(th, se, cc.type, resp, bands=seq(10,50,by=10), uniform.bands=TRUE,
trim.window=NULL, pv.order=TRUE,mc.cores=1)
Arguments
th |
Threshold. |
se |
Standard error. |
cc.type |
Type of cancellation check. |
resp |
resp. |
bands |
Values of the bands. |
uniform.bands |
Is the distribution of the bands uniform? |
trim.window |
trim.window. |
pv.order |
Use the p-value ordering. |
mc.cores |
The number of cores to parallelize over. |
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]