Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a doozy! I have been asked to breakout an R2 calculation...well,
when I did and "put" the numbers back together. They do not match... The numbers a Original R2 #: 0.293. The breakouts a 0.311, 0.284, 0.0857 which when "put" back together comes up to: 0.234. The instantances for each of these numbers a 126, 127, 106 respectively. The difference between the original R2 and the "put" together is 0.058519. I have used sumproduct, average, sum etc...but I cannot match the numbers up... Anyone have any ideas on this and how to make equal?? Thanks, Hans |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hans -
What is "an R2 calculation"? What is "breakout"? What is "put the numbers back together"? - Mike www.mikemiddleton.com wrote in message oups.com... I have a doozy! I have been asked to breakout an R2 calculation...well, when I did and "put" the numbers back together. They do not match... The numbers a Original R2 #: 0.293. The breakouts a 0.311, 0.284, 0.0857 which when "put" back together comes up to: 0.234. The instantances for each of these numbers a 126, 127, 106 respectively. The difference between the original R2 and the "put" together is 0.058519. I have used sumproduct, average, sum etc...but I cannot match the numbers up... Anyone have any ideas on this and how to make equal?? Thanks, Hans |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Mike,
It may help if I call it the exact way Microsoft states in help...RSQ. We have been using R2, so that's what I called it...Here is a more specific outline of what I am trying to do. For our Company we have a RSQ number (for today, the numbers change daily) of 0.4074. We have 3 regions that they would like their regional number (breakout). When I run the RSQ for each of these regions I get RSQ numbers: ..1529 in cell X6 ..3475 in cell X7 ..4167 in cell X8 For the following these are the store counts for each region 126 in cell Y6 127 in cell Y7 106 in cell Y8 Now when calculate these numbers back together (put the numbers back together) I get a combined RSQ of .300 There is a .10077 difference between these. My question is this: Why is there a difference? The formula that I used to get this was: SUMPRODUCT((X6:X8)*(Y6:Y8)/SUM(Y6:Y8)) Can you shed any light for me? Thanks, Hans |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
There is no reason that the weighted average of within group squared
correlations should equal the total squared correlation ignoring groups. Jerry " wrote: Mike, It may help if I call it the exact way Microsoft states in help...RSQ. We have been using R2, so that's what I called it...Here is a more specific outline of what I am trying to do. For our Company we have a RSQ number (for today, the numbers change daily) of 0.4074. We have 3 regions that they would like their regional number (breakout). When I run the RSQ for each of these regions I get RSQ numbers: ..1529 in cell X6 ..3475 in cell X7 ..4167 in cell X8 For the following these are the store counts for each region 126 in cell Y6 127 in cell Y7 106 in cell Y8 Now when calculate these numbers back together (put the numbers back together) I get a combined RSQ of .300 There is a .10077 difference between these. My question is this: Why is there a difference? The formula that I used to get this was: SUMPRODUCT((X6:X8)*(Y6:Y8)/SUM(Y6:Y8)) Can you shed any light for me? Thanks, Hans |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Jerry,
If I am understanding you correctly, these RSQ numbers will never match? If this is true then, why? I am totally new to RSQ and do not really understand it. Could you shed some light as to why they would not match. And, if all formulas are correct, then each "group" RSQ qould be correct...is that right? Thanks, Hans |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sports Comp Ladder tabulating help needed | Excel Worksheet Functions | |||
Little more help needed for my IF formula | Excel Discussion (Misc queries) | |||
Needed: worksheet export help | Excel Discussion (Misc queries) | |||
VLOOKUP help needed! | Excel Worksheet Functions | |||
Custom percent format needed | Excel Worksheet Functions |