fitted.mlcm {MLCM} | R Documentation |
Fitted Responses for a Conjoint Measurement Scale
Description
fitted.mlcm
returns the fitted responses from an estimated conjoing measurement scale obtained by mlcm
.
Usage
## S3 method for class 'mlcm'
fitted(object, ...)
Arguments
object |
object of class ‘mlcm’, typically obtained from the output of |
... |
currently ignored |
Value
A numeric vector contained the fitted probabilities to the responses of the observer for each pair of stimuli.
Author(s)
Kenneth Knoblauch
References
Ho, Y. H., Landy. M. S. and Maloney, L. T. (2008). Conjoint measurement of gloss and surface texture. Psychological Science, 19, 196–204.
See Also
Examples
data(BumpyGlossy)
fitted(mlcm(BumpyGlossy))
[Package MLCM version 0.4.3 Index]