to standardize my variables I subtract them from the mean and then use the glm for the logistic regression
df$SDNN = df$SDNN-mean(df$SDNN) df$RMSSD = df$RMSSD