powered by
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)
Response rate parameter
Maximum response
Vector of estimates
Vector of responses
Constants, isTimedVector, verifyTimedVector
Constants
isTimedVector
verifyTimedVector
# NOT RUN { calculateResponse(0.8, 10, runif(20)) # }
Run the code above in your browser using DataLab