average_ROF_participants: Plot average rate of forgetting of all participants over...

View source: R/average_var_over_repetition.R

average_ROF_participantsR Documentation

Plot average rate of forgetting of all participants over repetitions

Description

Plots the average rate of forgetting (alpha) of the first session of every participant in a lesson over the repetitions of the facts.

Usage

average_ROF_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.

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 and a column with the alpha's for all observations

Value

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

See Also

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


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