Hi. I am wondering how to determine the portion of variance in the dependent variable that is explained by each independent variable in a GLM. I know this is doable in R, but would prefer to stick with JMP if possible. Thanks, Marthe
You can use the Variability platform to do this:
Analyze==>Quality and Process==>Variability/Attribute Gauge Chart
You might use the likelihood ratio chi square (L-R ChiSquare) presented in the Effect Tests report. This quantity would serve your purpose the same way as the sum of squares for each term would in ordinary least squares linear regression:
You might also use the Assess Variable Importance command in the red triangle menu for the Prediction Profiler (you have several choices of methods depending on the nature of your predictors):
(Thanks to my colleague, Di Michelson, for thinking of the profiler.)