def diff_score_questionnaire_pre_post
For this, we need to provide parameter for the name of column. Tweek a little bit the code from
Combine SPGQ Total score of subject1 & 2, etc..
NOTE : With subtraction of post and pre
def corr_eeg_questionnaire
print("Averted")
for i in range(len(diff_averted)):
print(F"{i}, {pearsonr(diff_averted[i], substracted_averted_non_SPGQ_total)}")
Under Questionnaire
Questionnaire class
def scoring_questionnnaire
Keep going down below until
def diff_score_questionnaire_pre_post
For this, we need to provide parameter for the name of column. Tweek a little bit the code from Combine SPGQ Total score of subject1 & 2, etc.. NOTE : With subtraction of post and predef corr_eeg_questionnaire