Description Usage Arguments Value Examples
Simulate to Estimate Player Effects Variance and Intervals
1 | simulate_player_value_added(model_data_list, n_sim = 1000)
|
model_data_list |
List that must have the following:
|
n_sim |
Number of simulations (default is 1000) |
The input model_data_list but with each position table modified so that upper/lower estimates for each iPA and iPAA value are estimated from +/- two standard deviations from the simulations.
1 2 3 | # Simulate the player effects and get intervals for the iPA and iPAA values:
model_data_list <- model_data_list %>%
simulate_player_value_added(model_data_list, n_sim = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.