bowl_avg {howzatR}R Documentation

Bowler Average

Description

Calculates bowlers' average number of runs per wicket taken across overs bowled.

Usage

bowl_avg(runs_conceded, wickets_taken)

Arguments

runs_conceded

total runs conceded by bowler across the overs bowled.

wickets_taken

total wickets taken across the overs bowled.

Value

Average number of runs per wicket taken across overs bowled.

Additional Information

A bowling average is the average number of runs conceded for wicket taken. A value of 15 indicates an average of 15 runs were conceded per wicket taken. The lower the value, the better the average; the reserve of bat_avg More info here.

Examples

bowl_avg(runs_conceded = 50, wickets_taken = 6)
bowl_avg(runs_conceded = 341, wickets_taken = 13)

[Package howzatR version 1.0.1 Index]