generatePPgraphValues: Generate Profile Plot Graph Values

Description Usage Arguments Details Examples

Description

generatePPgraphValues() computes the mean proportion looking each participant, condition, and frame.

Usage

1
2
3
generatePPgraphValues(iChart, filter_criteria = list("GoodFirstGap",
  "GoodLongestGap"), group_cols = list("Condition"), gvStartWindow = 0,
  gvEndWindow = 3000, save_results = TRUE)

Arguments

iChart

A data frame in iChart format with iChart column names.

filter_criteria

A list of strings indicating the variables that should be used for filtering iChart. Options include: "GoodRT", "GoodFirstGap", and "GoodLongestGap." Or if you don't want to filter pass the string "none"

group_cols

A list of strings indicating the variable names for any grouping variables.

gvStartWindow

An integer indicating the lower bound of the graph values window in milliseconds.

gvEndWindow

An integer indicating the upper bound of the graph values window in milliseconds.

save_results

A boolean indicating whether the results should be saved to disk.

Details

This function aggregates iChart Proportion Looking for each trial and Accuracy for each participant, condition, and frame, and returns this information in a data frame.

Examples

1
2
3
4
5
6
## Not run: df_gvs <- generatePPgraphValues(d_analysis,
    filter_criteria = list("GoodRT", "GoodFirstGap", "GoodLongestGap"),
    group_cols = list("Condition"),
    gvStartWindow = 0, gvEndWindow = 3000,
    save_results = FALSE)
## End(Not run)

kemacdonald/iChartAnalyzeR documentation built on May 7, 2019, 8:44 a.m.