tva_report: Generate typical descriptive statistics for TVA reports

tva_reportR Documentation

Generate typical descriptive statistics for TVA reports

Description

This function generates by-trial descriptive statistics, see 'Value' below.

Usage

tva_report(data)

Arguments

data

The TVA report data as a data.frame.

Value

The function returns a transmuted data.frame/tibble with columns condition (copied from data), exposure (copied from data$T), n_items, n_targets, n_distractors, and score (number of correctly reported items).

Examples

tva_report(tva_recovery)

RStanTVA documentation built on April 16, 2025, 5:10 p.m.