Learn R Programming

RStanTVA (version 0.3.2)

tva_report: Generate typical descriptive statistics for TVA reports

Description

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

Usage

tva_report(data)

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

Arguments

data

The TVA report data as a data.frame.

Examples

Run this code
if (FALSE) tva_report(tva_recovery)

Run the code above in your browser using DataLab