In a simple model, x is a continuous (normally distributed) variable predicting y. Since y values are proportions ranging from 0 to 1 (0%-100%), simple linear regression may give out-of-bounds estimates for some predicted values (i.e., lower than 1 or higher than 1).
Therefore, I have decided...