-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: fitclock
Type: Package
Title: An R package to fit RT and Reward behavioral data from Michael Frank
clock task.
Version: 0.8
Date: 2015-11-05
Author: Michael Hallquist (TC model adapted from M. Frank)
Maintainer: Michael Hallquist <[email protected]>
Description: Object-oriented implementation of the time clock algorithm, a
multiple regression-style prediction of reaction time on each trial of the
clock task. Implementation fits the standard model including strategic
exploration (adapting toward uncertainty) from Frank et al. 2009 Nat Neuro,
and also allows for parameters to vary by contingency or run condition
(e.g., emotion). Functions are also provided to convolve trial-wise
regressors with a hemodynamic response function to generate an fMRI design
matrix.
LazyData: yes
License: GPL
Imports:
car,
data.table,
doParallel,
foreach,
fmri,
ggplot2,
Hmisc,
iterators,
methods,
orthopolynom,
parallel,
plyr,
reshape2,
signal,
tools
ByteCompile: yes