1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

Interesting, Random Stats

Discussion in 'Houston Rockets: Game Action & Roster Moves' started by Clutch, Feb 28, 2003.

  1. RocketfanfromLA

    Joined:
    Nov 25, 2002
    Messages:
    184
    Likes Received:
    0



    Hi, Clutch,
    Thanks for your great research. Based on your data I do some statistic analysis using SAS software. I found our assists really related with our game results. From statistic outcome I can say I am 98.66% sure our game is related with our assists. (P=0.0134 for Maximum Likelihood Estimate of Assists). It also tell us if Rockets increase 1 assist in a game the odds they will win the game will increase by 18.7%. (Odds Ration=1.187, 95% Confidence Limits 1.036-1.359).


    By the way can you find the same data of Mavericks ? Maybe we can do some comparison between Rockets and Mavericks.

    The followings are Statistic Analysis outcome and program code. Hope someone will criticize my statistic analysis.



    The SAS System 20:18 Friday, February 28, 2003 2

    The LOGISTIC Procedure

    Analysis of Maximum Likelihood Estimates

    Standard Wald
    Parameter DF Estimate Error Chi-Square Pr > ChiSq

    Intercept 1 -2.9673 1.2687 5.4703 0.0193
    assists 1 0.1711 0.0692 6.1152 0.0134


    Odds Ratio Estimates

    Point 95% Wald
    Effect Estimate Confidence Limits

    assists 1.187 1.036 1.359

    /*****Statsitic Analysis Code*******/

    libname l'C:\';
    data l.rockets;
    input assists results @@;
    /**********************************/
    /* result: 0=lost 1= win */
    /**********************************/
    datalines;
    8 0
    9 0
    10 0 10 0
    12 0 12 0 12 1 12 1 12 1
    13 1
    14 0 14 0 14 0 14 1
    15 0 15 0
    16 1 16 0
    17 0 17 0 17 0 17 0 17 1 17 1 17 1
    18 1 18 1 18 1 18 1 18 1 18 1 18 0
    19 0 19 0 19 0 19 1 19 1
    20 1 20 1 20 0 20 0 20 0
    21 0 21 0 21 0 21 1 21 1 21 1
    22 0 22 0
    23 1 23 1 23 1
    24 1 24 1
    25 1
    26 1
    27 1
    30 1
    ;
    proc logistic data=l.rockets descending;
    model results=assists;
    run;
     
  2. Uprising

    Uprising Member

    Joined:
    Dec 29, 2000
    Messages:
    43,074
    Likes Received:
    6,599
    wow...nice nice nice. Clutch, you guys make the best site. That graph shows a lot.

    Come on rocks...
     
  3. piggy

    piggy Member

    Joined:
    May 20, 2002
    Messages:
    235
    Likes Received:
    1
    Another thing about the passing. I've noticed that a lot of passes are the result of rushing full speed into a collapsing defense. The recipient often has to lean or reach to catch the pass, and is not balanced or positioned to shoot quickly. Resulting in a hesitation, and another late pass.

    We need an assistant coach just for this.
     
  4. acejeff5

    acejeff5 Member

    Joined:
    Jul 5, 2002
    Messages:
    260
    Likes Received:
    0
    another interesting fact: the rockets somehow have fun every game when their score is more then the opponents, it puzzles me too :eek:
     
  5. acejeff5

    acejeff5 Member

    Joined:
    Jul 5, 2002
    Messages:
    260
    Likes Received:
    0
    *won , not fun as stated above, well that ruined it
     
  6. RocketGuy3

    RocketGuy3 Member

    Joined:
    May 20, 2002
    Messages:
    725
    Likes Received:
    0
    Quit calling it a graph, people! It's called a table, or a chart. Geez!

    Yeah, I know. Stupid, pointless post, it was just annoying me... :(

    Oh, but thanks for taking the time to put that together, Clutch.
     
  7. Darrinlane

    Darrinlane Member

    Joined:
    Jun 21, 2002
    Messages:
    580
    Likes Received:
    1
    Man...I'm beginning to think that you are just a Francis hater. Damn. Even when he has a dominant game, you come in and dog him for something. I personally don't care if he goes 1 for 12. He is a great scorer and should always look for his shot. It doesn't matter what thread you post in, you always have something bad to say about Steve. He is one of the top 5 point guards in the game(my opinion). We were like 2 and 100 last year when he didn't play. Give the guy a break. If you were coach, you would probably have Hawkins playing the point. I only rant because I went through MANY years wich crap for point. I don't even remember the last time we had a decent point guard. If anyone says Kenny was good I'm gonna puke.
     
  8. AroundTheWorld

    Joined:
    Feb 3, 2000
    Messages:
    83,288
    Likes Received:
    62,281
    The solution to all problems: We should always get exactly 18 assists.
     
  9. Darrinlane

    Darrinlane Member

    Joined:
    Jun 21, 2002
    Messages:
    580
    Likes Received:
    1
    And how can you post 1040 steve hating posts in only two months. Don't you do anything else?
     
  10. pasox2

    pasox2 Member
    Supporting Member

    Joined:
    Dec 31, 2001
    Messages:
    4,251
    Likes Received:
    47
    Kenny was good.:p
     
  11. GATER

    GATER Member

    Joined:
    Jun 25, 2000
    Messages:
    8,325
    Likes Received:
    78
    None of my business, but are you addressing poster carayip? If so, by chance are you a "Steve Francis is god, my mind is made up and don't bother me with the facts" type of poster? I have read that persons posts and they are objective IMO. Perhaps you have a chip on your shoulder?
     
  12. carayip

    carayip Member

    Joined:
    Dec 22, 2002
    Messages:
    2,135
    Likes Received:
    20
    :rolleyes:

    I am not a Steve hater but you do sound like a Steve lover.
     
  13. carayip

    carayip Member

    Joined:
    Dec 22, 2002
    Messages:
    2,135
    Likes Received:
    20
    Thanks for defending me Gater. :)

    I do post a lot though this is true because I am jobless at the moment. :( :D
     
  14. RocketfanfromLA

    Joined:
    Nov 25, 2002
    Messages:
    184
    Likes Received:
    0
    Hi, If we are 23 assists or more we are 8:0.
     
  15. RocketfanfromLA

    Joined:
    Nov 25, 2002
    Messages:
    184
    Likes Received:
    0
    Sorry,if we have 23 assists or more we are 9:0.
     
  16. HtownRocks3

    HtownRocks3 Member

    Joined:
    Jan 10, 2003
    Messages:
    1,398
    Likes Received:
    2
    This goes to show forth that stats do not mean diddly squat.
     
  17. GATER

    GATER Member

    Joined:
    Jun 25, 2000
    Messages:
    8,325
    Likes Received:
    78
    That's the exact reason I'm in here so much. ;) :(
     
  18. HtownRocks3

    HtownRocks3 Member

    Joined:
    Jan 10, 2003
    Messages:
    1,398
    Likes Received:
    2
    Damn Clutch, nice. What kind of software are you using?
     
  19. HtownRocks3

    HtownRocks3 Member

    Joined:
    Jan 10, 2003
    Messages:
    1,398
    Likes Received:
    2
    Come on' Guys. This is a forumn, everyones opinion counts. Just remember, you can never make everyone happy. So don't try to in this BBS.
     
  20. Darrinlane

    Darrinlane Member

    Joined:
    Jun 21, 2002
    Messages:
    580
    Likes Received:
    1
    Actually GATER.....no. Steve Francis makes many mistakes. The same ones over and over and over again. I guess I should apologise to Carayap. Sorry for the rudeness(if that is a word?). I don't usually get stupid with people. I just get tired of everyone blaming the losses on our best player(Yao is not quite there yet). I have actually enjoyed reading many of your posts GATER. I usually don't post much. Just woke up with a bad hangover and decided to vent. Forgive me if I offended. We are all Rockets fans here afterall. Later:cool:
     

Share This Page