Learn R Programming

hbmem (version 0.2)

uvsdProbs: 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 t
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.

References

See Pratte, Rouder, & Morey (2009)

See Also

hbmem

Examples

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

Run the code above in your browser using DataLab