I am working with someone who uses JMP and we are doing ordered logistic regression; JMP offers something they call "expected value" but I can't quite figure out what it is; the only documentation either of us has been able to find says:
If anyone has an idea of what this means or how this is calculated, I would greatly appreciate hearing
added in edit - the following dataex output might help:
Note that LL is the outcome and BFs is the only predictor and "OrdExpected" is what I am trying to figure out; Linear is the linear predictor and Prob* are the probabilities of each of the 5 ordered categories
"Save Expected Value (Available only when the response is
numeric and has the ordinal modeling type.) Creates a column in the
current data table called Ord Expected. This column contains the linear
combination of the response values with the fitted response
probabilities for each row and gives the expected value."
numeric and has the ordinal modeling type.) Creates a column in the
current data table called Ord Expected. This column contains the linear
combination of the response values with the fitted response
probabilities for each row and gives the expected value."
added in edit - the following dataex output might help:
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str3 Subject byte(LL BFs) double(OrdExpected Linear Prob1 Prob2 Prob3 Prob4 Prob5) "1" 3 5 2.097943900856179 1.820143431235861 .4082699058359035 .2625658366342866 .2114464109345694 .0583861440282089 .0593317025670317 "2" 3 2 2.848690452884622 .7280573724943443 .1879771330914454 .2181211507211049 .3093786872978927 .126280187990496 .1582428408990609 "3" 2 4 2.334116924448643 1.456114744988689 .3240654378901853 .2620522009020323 .2527994389969234 .0778658432906726 .0832170789201865 "4" 5 2 2.848690452884622 .7280573724943443 .1879771330914454 .2181211507211049 .3093786872978927 .126280187990496 .1582428408990609 "5" 5 0 3.383117137636134 0 .1005375922317004 .1476735010778116 .3001566440090465 .1713987021855363 .2802335604959052 end
Comment