Applies glmnet coefficients to per-stat Bayesian ratings to produce a composite player rating. This is the career-level, predictive version of player value.
Arguments
- ratings
data.table with
{stat}_ratingcolumns fromestimate_player_stat_ratings.- coef_df
data.frame with columns
stat_nameandbeta. Optionallysdfor standardization.- center
Logical. If TRUE (default), subtract league mean so PSR represents value above average.
