stats_player: Finds hitting measures for a specific player

Description Usage Arguments Value Author(s) Examples

Description

Finds hitting measures for a specific player

Usage

1
  stats_player(output, player)

Arguments

output

output of component_predict function

player

name of player

Value

hitting statistics for the player

Author(s)

Jim Albert

Examples

1
2
3
4
 ## Not run: 
 d <- collect_hitting_data()
 S <- component_predict(d)
 stats_player(S, "Trout")

bayesball/BApredict documentation built on May 29, 2019, 4:50 p.m.