plot_accuracy: Descriptive plots

View source: R/fcts.R

plot_accuracyR Documentation

Descriptive plots

Description

Plot the accuracy of the raw data.

Usage

plot_accuracy(data)

Arguments

data

dataframe with the following columns:

  • subject: vector of size n containing the participant labels

  • block: vector of size n containing the training blocks (longitudinal units)

  • s: vector of size n containing the stimuli

  • d: vector of size n containing the decisions

  • r_time: vector of size n containing the response times

  • cens: vector of size n containing the censoring indicators (1 censored, 0 non censored)

Value

Individual and population level raw accuracies


lddmm documentation built on June 7, 2023, 5:28 p.m.