uvsdProbs {hbmem}R Documentation

Function uvsdProbs

Description

Returns the probability of making confidence ratings given parameters of UVSD.

Usage

uvsdProbs(mean,sd,bounds)

Arguments

mean Mean of the signal-detection distribution. In the common parameterization of the model, this would be zero for new-item trials, and d' for studied-item trials. In the PRM09 parameterization, these are dn and ds for new and studied-item trials, respectively.
sd Standard deviation of the distribution
bounds Criteria (not including -Inf or Inf).

Value

The function returns the probability of making each response for the paramters given.

Author(s)

Michael S. Pratte

References

See Pratte, Rouder, & Morey (2009)

See Also

hbmem

Examples

uvsdProbs(-1,1,c(-1,-.5,0,.5,1)) #New condition
uvsdProbs(1,1.3,c(-1,-.5,0,.5,1)) #Studied condition

[Package hbmem version 0.2 Index]