if "RR_Interval" in features:
        if "ECG_RR_Interval" in epoch.columns:
            ECG_Response = compute_features("ECG_RR_Interval", "ECG_RRi", ECG_Response)