Description Usage Arguments Value Examples
This function returns the basic statistics of football team's performance variables
1 | summary_football(data, perfrm_vars, teams, all = FALSE)
|
data |
the data set of merged data |
perfrm_vars |
the performance variables |
teams |
the team names of given teams |
all |
If all is true, it will give the summary statistics of all teams. The default value of all is FALSE. |
the basic statistics of football team Performance
1 2 | # Example get the summary statistics of points, won, and loss of all teams
summary_football(data = football.teams, perfrm_vars = c("points", "won", "loss"), all = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.