View source: R/average_var_over_repetition.R
average_ROF_participants | R Documentation |
Plots the average rate of forgetting (alpha) of the first session of every participant in a lesson over the repetitions of the facts.
average_ROF_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. |
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 and a column with the alpha's for all observations
Plot of Alpha over repetition, with every line a session and a pdf file in filepath
Other average functions:
average_ROF_facts()
,
average_RT_participants()
,
average_accuracy_participants()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.