Say we have a model with three predictors and one dependent variable. For the sake of our example let the model be the following: Y = X1 + X2 + X3 + e
Where Y is a 1-10 feeling towards apples, and X1, X2, and X3 is information provided to respondents about apples. The purpose of this model is to estimate how different types of information affects an individual's feelings towards apples.
I am wondering if it is possible to measure the effect of each predictor on the variance of the outcome, i.e. feelings towards apples. Say I want to know whether X1 increases or decreases the variance of Y. It seems difficult, because var(Y) is constant throughout Y.
Note: Say X1, X2, and X3 are randomized (if this might change anything).