rcBasicSB: Runs Created (with Stolen Bases)
Description
Basic description of how many runs a hitter contributes to his team (with stolen bases included)Usage
rcBasicSB(H, BB, TB, AB, CS, SB)
Value
- Returns ((H+BB-CS)*(TB+(0.55*SB)))/(AB+BB)
References
http://en.wikipedia.org/wiki/Runs_createdSee Also
Runs Created (Basic) rcBasic and Runs Created (Technical) rcTech