From 06c179f4dddeace7ace8e399ef261cb7596f2502 Mon Sep 17 00:00:00 2001 From: junos Date: Wed, 2 Jun 2021 18:42:39 +0200 Subject: [PATCH] Explain traditional concordance approach. --- exploration/expl_esm.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exploration/expl_esm.py b/exploration/expl_esm.py index ae7fd32..5f469f4 100644 --- a/exploration/expl_esm.py +++ b/exploration/expl_esm.py @@ -51,6 +51,10 @@ df_esm_preprocessed.columns # %% [markdown] # The purpose of concordance is to count the number of EMA sessions that a participant answered in a day and possibly compare it to some maximum number of EMAs that could theoretically be presented for that day. +# Traditionally, concordance (adherence) in EMA study is simply calculated as the ratio of (daily) answered EMAs. +# This is possible for studies with simple EMA design, such that they are presented at fixed schedule and expired within a certain limit. +# +# Since EMAs were triggered more flexibly in our study, a different approach is needed. # %% [markdown] # ## Session IDs