predict.qdm {qdm} | R Documentation |
Predictions of Quadrilateral Dissimilarity Model
Description
Predicts regular minimality compliant discrimination probabilities for a
model fitted with qdm
.
Usage
## S3 method for class 'qdm'
predict(object, x = object$psi$x, y = object$psi$y,
respfun = object$respfun, bias = object$bias, ...)
Arguments
object |
object of class "qdm". See |
x |
stimulus intensities for the first observation area. Defaults to the values used for fitting the model. |
y |
stimulus intensities for the second observation area. Defaults to the values used for fitting the model. |
respfun |
function used to describe relationship
between discrimination probabilities and similarity measure. Defaults to
the function used for fitting the model. See |
bias |
perceptual bias of subject. Defaults to the bias used for fitting the model. |
... |
additional arguments. |
See Also
[Package qdm version 0.1-0 Index]