Is anyone familiar with doing fractional response regression for panel data in Stata?
I'm trying to figure out if I'm using the correct code:
fracreg logit DV IV controls mean_of_the_IV mean_of_each_control i.Year, vce(cluster orgID)
I'm trying to figure out if I'm using the correct code:
fracreg logit DV IV controls mean_of_the_IV mean_of_each_control i.Year, vce(cluster orgID)
Comment