average_accuracy_participants: Plot average accuracy of all participants over repetitions

View source: R/average_var_over_repetition.R

average_accuracy_participantsR Documentation

Plot average accuracy of all participants over repetitions

Description

Plots the average accuracy of the first session of every participant in a lesson over the repetitions of the facts.

Usage

average_accuracy_participants(data, xlim = NULL, ylim = NULL, filepath = NULL)

Arguments

data

A data frame. NA values will be removed before plotting.

xlim

A vector of 2 (for example: c(0, 10)), indicating the range of the x-axis.If NULL the default value is used.

ylim

A vector of 2 (for example: c(0, 1000)), indicating the range of the y-axis.If NULL the default value is used: c(0, 1).

filepath

A relative or explicit path where plots will be saved

Details

Assumes that the data set has a repetition column with fact repetition in integers

Value

Plot of accuracy over repetition, with every line a session and a pdf file in filepath

See Also

Other average functions: average_ROF_facts(), average_ROF_participants(), average_RT_participants()


VanRijnLab/SlimStampeRData documentation built on July 26, 2022, 7:31 p.m.