shaker: Tidies up the dataset and prepares later data analysis

Description Usage Arguments See Also Examples

View source: R/functions.R

Description

shaker prepares data for later analysis like calculating Attention Bias Variability (ABV) index.

Usage

1
shaker(data, grouping, gather, value, ...)

Arguments

data

A dataset in tabular format.

grouping

A list of strings determining by which cathegorical variable you would like to group your data.

gather

A single character vector determining by which cathegorical variable you would like to gather your data.

value

A single character vector identifying the column containing your measured variable like reaction time as RT.

See Also

winzer for winsorizing your data, ABV for calculating ABV-index

Examples

1
shaker(example, grouping = c("year", "subject"), gather = "trial", value = "RT")

TamasSmahajcsikszabo/REAC documentation built on May 23, 2019, 8:19 p.m.