uvsdProbs {hbmem} | R Documentation |
Returns the probability of making confidence ratings given parameters of UVSD.
uvsdProbs(mean,sd,bounds)
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). |
The function returns the probability of making each response for the paramters given.
Michael S. Pratte
See Pratte, Rouder, & Morey (2009)
hbmem
uvsdProbs(-1,1,c(-1,-.5,0,.5,1)) #New condition uvsdProbs(1,1.3,c(-1,-.5,0,.5,1)) #Studied condition