Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 359 Bytes

File metadata and controls

5 lines (3 loc) · 359 Bytes

log-normal-response-time

fitGaussian.R contains a function that fits the lognormal model to logarithms response times by maximizing likelihood. Since the variables it assumes are LOGARITHMS of time, the fitted distribution is normal (=gaussian).

logNormalTimes.R is a script that prepares the data, calls fitGaussian() and records the results of the fit.