test_players_diff: Test for the Differences Between Two EPP Meta-Scores

View source: R/wald_test.R

test_players_diffR Documentation

Test for the Differences Between Two EPP Meta-Scores

Description

The test is based on the Wald test for logistic regression used to estimate EPP.

Usage

test_players_diff(epp, player1, player2)

Arguments

epp

epp_results. The result of a function calculate_epp.

player1

Character. Name of the first Player to test.

player2

Character. Name of the second Player to test.

Details

Naming convention, such as Player, Rounds, etc. comes from Gosiewska et al. (2020).

Value

epp_test

Examples

data(auc_scores)
epp <- calculate_epp(auc_scores[1:400,], keep_model = TRUE, estimation = "glm")
test_players_diff(epp, "gbm_10", "gbm_2")


ModelOriented/EloML documentation built on June 22, 2022, 4:53 a.m.