Learn R Programming

Sabermetrics (version 1.0)

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)

Arguments

H
Hits
BB
Walks
TB
Total Bases
AB
At Bats
CS
Caught Stealing
SB
Stolen Bases

Value

  • Returns ((H+BB-CS)*(TB+(0.55*SB)))/(AB+BB)

References

http://en.wikipedia.org/wiki/Runs_created

See Also

Runs Created (Basic) rcBasic and Runs Created (Technical) rcTech