Learn R Programming

ankiR (version 0.6.0)

anki_ts_autocorrelation: Calculate autocorrelation of review patterns

Description

Identifies cyclical patterns in studying.

Usage

anki_ts_autocorrelation(path = NULL, profile = NULL, max_lag = 30)

Value

A tibble with autocorrelation values

Arguments

path

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

profile

Profile name (first profile if NULL)

max_lag

Maximum lag to compute (default 30)

Examples

Run this code
if (FALSE) {
acf_data <- anki_ts_autocorrelation()
# Peaks at lag 7 indicate weekly patterns
}

Run the code above in your browser using DataLab