calculateResponse {pdmod} | R Documentation |
Given an estiamtes probability of reward beween 0 and 1, calculates a response rate (i.e. the measured response of the animal such as visits to the food delivery system)
calculateResponse(k, rmax, est)
k |
Response rate parameter |
rmax |
Maximum response |
est |
Vector of estimates |
Vector of responses
Chloe Bracis
Constants
, isTimedVector
,
verifyTimedVector
calculateResponse(0.8, 10, runif(20))