stepwise_estimation: Stepwise esimation

View source: R/stepwise_estimation.R

stepwise_estimationR Documentation

Stepwise esimation

Description

Stepwise esimation

Usage

stepwise_estimation(data, alpha = 0.05, max_iteration = 40, intercept = TRUE)

Arguments

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

Examples

if (FALSE) {
models <- stepwise_estimation(data = data_flags)
}

kristian-bak/football documentation built on Oct. 8, 2022, 2:11 p.m.