I am hoping to run some relatively simple code in R to help determine which independent variables would be meaningful based on their p-value in a logistic regression. I know that the SignifReg function exists to help determine meaningful variables for lm objects, but is there a similar function/package that exists for logits? Thanks!
The SignifReg function is part of the SignifReg package, and more info can be found here: https://www.rdocumentation.org/packages/SignifReg/versions/3.0/topics/SignifReg