Learn R Programming

ankiR (version 0.6.0)

fsrs_forgetting_index: Calculate forgetting index

Description

Estimates the percentage of cards currently below target retention.

Usage

fsrs_forgetting_index(path = NULL, profile = NULL, target_retention = 0.9)

Value

A list with forgetting analysis

Arguments

path

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

profile

Profile name (first profile if NULL)

target_retention

Target retention (default 0.9)

Examples

Run this code
if (FALSE) {
fsrs_forgetting_index()
}

Run the code above in your browser using DataLab