And I tried to use logitfe to estimate a logit regression but I get the error that I must -tsset- my data but I cannot do that with my dataset as my dataset can only be uniquely identified by three variables: investor, date and stock. If I just use
I get the error message "repeated time values within panel"
Code:
tsset bdate investor
Comment