View source: R/stepwise_estimation.R
stepwise_estimation | R Documentation |
Stepwise esimation
stepwise_estimation(data, alpha = 0.05, max_iteration = 40, intercept = TRUE)
data |
tibble with attack and defence flags (see join_att_and_def_team_flags) |
alpha |
signifiance level (default is 0.05) |
max_iteration |
maximum number of steps |
intercept |
intercept, logical indicating an intercept will be estimated |
if (FALSE) { models <- stepwise_estimation(data = data_flags) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.