Learn R Programming

MLCM (version 0.0-3)

summary.mlcm: Summary Method for mlcm objects

Description

Method functions for mlcm and summary.glm objects.

Usage

## S3 method for class 'mlcm':
summary(object, digits = max(3, getOption("digits") - 4), ...)

## S3 method for class 'summary.mlcm': print(x, digits = max(3, getOption("digits") - 4), ...)

Arguments

Value

  • A list of 5 elements
  • pscaleA named vector or matrix indicting the estimated scale values.
  • sigmaThe estimate of the scale parameter, currently always set to 1.
  • logLikThe logarithm of the likelihood.
  • linkThe link used for the binomial family.
  • modelA character string giving the name of the model fit.
  • Normally, print.summary.mlcm is not meant to be called directly by the user.

Details

Displays summary information from a mlcm object.

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
summary(mlcm(BumpyGlossy))

Run the code above in your browser using DataLab