Learn R Programming

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

Arguments

object

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

currently ignored

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
# NOT RUN {
data(BumpyGlossy)
fitted(mlcm(BumpyGlossy))
# }

Run the code above in your browser using DataLab