Hello Everyone.
I need your advice about the proper model for my dependent variable.
This variable is a ratio that ranges in [-1,1].
My first thought was to use the fractional response model and run the function -fracglm-.
But then I realized that those models are meant for variables ranging in [0,1].
I guess that if I divide my dataset into 2 groups, one in [-1,0] and the other at [0,1] I'm losing information.
The other alternative is to use OLS, but that it would predict values lower than -1 or higher than 1.
There is a standard approach for these types of variables?
Thank you so much!
I need your advice about the proper model for my dependent variable.
This variable is a ratio that ranges in [-1,1].
My first thought was to use the fractional response model and run the function -fracglm-.
But then I realized that those models are meant for variables ranging in [0,1].
I guess that if I divide my dataset into 2 groups, one in [-1,0] and the other at [0,1] I'm losing information.
The other alternative is to use OLS, but that it would predict values lower than -1 or higher than 1.
There is a standard approach for these types of variables?
Thank you so much!
Comment