15 September 2021 3 5K Report

I am exploring some data and and possibilities of quasibinomial GLM. The data is less than perfect. Nonetheless, the target variable can range from 0 till 1 and from my knowledge it seems okay (is it? perhaps there are other options?) to use a quasibinomial GLM. However, visualizing the predictions it seems that oversaturation of values 0.5 pull the model some down (Fig A solid line; if this is the right description). So, it is possible to weigh the values as weight=abs(values-0.5), seemingly improving the visual fit (Fig A dashed lines). Yet, then I am disregarding the 0.5 values and Base R does not return an AIC for the models. So, I am not really sure how to compare the models (besides the residuals Fig B-C). One other option would be to correlate the predicted versus the actual values. Which is higher for the weighted model. Yet, I am completely ignorant to any implications of weighing a quasibinomial model and the implications, and it is relatively difficult to find information on this, while for WLS is.

The questions are:

(1.) Is a quasibinomial GLM reasonable or are there better options?

(2.) Is weighing the GLM reasonable?

(3.) What are the implications of (2.) or are they similar to WLS?

(4.) Is it possible to compare the models by comparing the correlation between predicted and actual values?

Thank you in advance

Similar questions and discussions