powered by
Method functions for mlcm and summary.glm objects.
mlcm
summary.glm
# S3 method for mlcm summary(object, digits = max(3, getOption("digits") - 4), ...)# S3 method for summary.mlcm print(x, digits = max(3, getOption("digits") - 4), ...)
# S3 method for summary.mlcm print(x, digits = max(3, getOption("digits") - 4), ...)
an object of class “mlcm”, a result of a call to mlcm
an object of class “summary.mlcm”, usually a call to summary.mlcm
summary.mlcm
the number of significant digits to use when printing
further arguments passed to or from other methods
A list of 5 elements
A named vector or matrix indicting the estimated scale values.
The estimate of the scale parameter, currently always set to 1.
The logarithm of the likelihood.
The link used for the binomial family.
A character string giving the name of the model fit.
Displays summary information from a “mlcm” object.
Ho, Y. H., Landy. M. S. and Maloney, L. T. (2008). Conjoint measurement of gloss and surface texture. Psychological Science, 19, 196--204.
# NOT RUN { summary(mlcm(BumpyGlossy)) # }
Run the code above in your browser using DataLab