Description Usage Arguments Value Examples
Generate the Independence R-Squared Matrix for Given Metrics
1 | measure_meta_independence(stat_seasons, attempt_col, min_attempts, stat_cols)
|
stat_seasons |
Data frame of statistics with the provided player_col, season_col, and stat_cols. |
attempt_col |
String indicating the name of the column to filter the data on. |
min_attempts |
Number of minimum of the attempt_col that a player must have to be included. |
stat_cols |
String vector of the statistics for which the independence matrix will be generated for. |
The independence R-squared matrix.
1 2 | qb_independence <- measure_meta_independence(qb_seasons,
"Total_Plays", 100, c("total_WAR", "Comp_Perc", "Success_Rate"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.