dx: Sample experimental data

Description Usage Format Source Examples

Description

A dataset of randomly selected choices made by sample agents performing probabilistic reversal learning task. Includes actions /visits/ performed by 3 random agents, first 10 per each of 11 experimental stages.

Usage

1

Format

A tibble with 330 rows and 16 variables:

id

unique visit id, not really handy; <chr>

deviceid

house cage; <chr>

start

time of visit start; <dttm>

end

time of visit end; <dttm>

corner

which corner given visit took plase; <int>

condition

indicate reward probability settup; <chr>

solution

settup issue, not handy; <chr>

paradigm

name of paradigm set while recording; <chr>

tag

participant unique identificator; <dbl>

temperature

temperature noted; <dbl>

illumination

light detected level; <int>

nlick

number of licks during given visit; <dbl>

durationlick

total time spent licking; <dbl>

contacttimelick

similar to total licking time detected; <dbl>

nnosepoke

total number of nosepokes per given visit; <int>

dooropened

binary indicator of access to reward being granted 1 - yes, 0 -no; <dbl>

Source

experiment at Mai IF PAN

Examples

1
2
3
class(dx) #similar to data frame
dim(dx) #nrow, ncol
head(dx) #couple of first rows

jmjablons/icager documentation built on Aug. 19, 2020, 8:10 p.m.