I'm modelling a logistic regression with the Firth's correction, using logistf package in R. When I use the command DROP1/ADD1, R help says it is based on the penalized likelihood ratio. But is the penalization it says actually the Firth's correction or is it just a penalized likelihood?
Thanks in advance for your help.