Learn R Programming

ankiR (version 0.6.0)

anki_sibling_analysis: Analyze sibling card effects

Description

Analyzes how sibling cards (cards from the same note) affect each other's retention. For example, does seeing the forward card help with the reverse?

Usage

anki_sibling_analysis(path = NULL, profile = NULL, max_gap_days = 7)

Value

A list with sibling analysis

Arguments

path

Path to collection.anki2 (auto-detected if NULL)

profile

Profile name (first profile if NULL)

max_gap_days

Maximum days between sibling reviews to consider related (default 7)

Examples

Run this code
if (FALSE) {
siblings <- anki_sibling_analysis()
}

Run the code above in your browser using DataLab