Hi! I am running a ologit regression with ID fixed effect and get the error msg: factor variables may not contain noninteger values
My code is: ologit rating indep_var i.ID
My ID is 10 digit long, and setting it to be the format %16.0f does not help. What should I do?