Do not break markdown lines.
parent
7b5db88f1d
commit
9417a1b9f1
2
.flake8
2
.flake8
|
@ -1,3 +1,5 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
extend-ignore = E203
|
extend-ignore = E203
|
||||||
|
per-file-ignores =
|
||||||
|
exploration/*.py:E501
|
||||||
|
|
|
@ -65,8 +65,7 @@ df_esm_PANAS_daily_means = (
|
||||||
)
|
)
|
||||||
|
|
||||||
# %% [markdown]
|
# %% [markdown]
|
||||||
# Next, calculate mean, median,
|
# Next, calculate mean, median, and standard deviation across all days for each participant.
|
||||||
# and standard deviation across all days for each participant.
|
|
||||||
|
|
||||||
# %%
|
# %%
|
||||||
df_esm_PANAS_summary_participant = (
|
df_esm_PANAS_summary_participant = (
|
||||||
|
@ -141,9 +140,7 @@ df_esm_SAM_daily_events = (
|
||||||
)
|
)
|
||||||
|
|
||||||
# %% [markdown]
|
# %% [markdown]
|
||||||
# Calculate the daily mean of YES (1) or NO (0) answers
|
# Calculate the daily mean of YES (1) or NO (0) answers to the question about stressful events. This is then the daily ratio of EMA sessions that included a stressful event.
|
||||||
# to the question about stressful events.
|
|
||||||
# This is then the daily ratio of EMA sessions that included a stressful event.
|
|
||||||
|
|
||||||
# %%
|
# %%
|
||||||
df_esm_SAM_event_summary_participant = (
|
df_esm_SAM_event_summary_participant = (
|
||||||
|
|
Loading…
Reference in New Issue