View source: R/average_var_over_repetition.R
average_accuracy_participants | R Documentation |
Plots the average accuracy of the first session of every participant in a lesson over the repetitions of the facts.
average_accuracy_participants(data, xlim = NULL, ylim = NULL, filepath = NULL)
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 |
Assumes that the data set has a repetition column with fact repetition in integers
Plot of accuracy over repetition, with every line a session and a pdf file in filepath
Other average functions:
average_ROF_facts()
,
average_ROF_participants()
,
average_RT_participants()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.