boot.mlcm: Resampling of an Estimated Conjoint Measurement Scale
Description
Using the fitted responses (probabilities) to the conjoint measurement scale, new responses are generated which permit new bootstrap replications of estimated scales to be generated. The mean scale is useful for evaluating bias and the standard deviation for estimating standard errors of the scale values.
Usage
boot.mlcm(x, nsim, ...)
Arguments
Value
A list of 4 elements:
boot.sampA $p$ x $N$ matrix of the bootstrap samples of the scale, where p is the number of scale values and N is the number of simulations.
bt.meanA vector of length $p$ giving the mean of the bootstrap scales.
bt.sdA vector of length $p$ giving the standard deviation of the boostrap scales.
NThe number of bootstrap simulations.
Details
The scale values (from glm method) permit the fitted probabilities to be estimated. These are used to generate new responses to the stimulus pairs using rbinom. The new responses are then used with mlcm to estimate a bootstrapped scale. This is repeated $N$ times and stored in the output with the mean and standard deviation of the bootstrapped scales.
References
Ho, Y. H., Landy. M. S. and Maloney, L. T. (2008). Conjoint measurement of gloss and surface texture. Psychological Science, 19, 196--204.