Learn R Programming

MLCM (version 0.4.4)

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 mlcm
fitted(object, ...)

Value

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

Arguments

object

object of class ‘mlcm’, typically obtained from the output of mlcm.

...

currently ignored

Author

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

mlcm

Examples

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

Run the code above in your browser using DataLab