interpreting the standardized odds ratios in logistic regression

后端 未结 0 1000
轮回少年
轮回少年 2020-12-15 17:24

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题