Learn R Programming

MLCM (version 0.0-3)

fitted.mlcm: 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

Value

  • A numeric vector contained the fitted probabilities to the responses of the observer for each pair of stimuli.

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

mlcm

Examples

Run this code
data(BumpyGlossy)
fitted(mlcm(BumpyGlossy))

Run the code above in your browser using DataLab