BuliResponse: Bundesliga Data Response Data (BuliResponse)

Description Format Source Examples

Description

Data from the German Bundesliga from the season 2015/16. The data contain all variables from the 306 matches that are necessary to create the respective response.BTLLasso object from the data set Buli1516. The purpose of the data set is to provide an example how response.BTLLasso objects can be created.

Format

A data set containing all information that is necessary to create a response object for the Bundesliga data link{Buli1516}

Result

Ordinal, 5-categorical results from Bundesliga season 2015/16.

TeamHome

Abbreviation of home team.

TeamAway

Abbreviation of away team.

Matchday

Matchdays from 1 to 34.

@references Schauberger, Gunther and Tutz, Gerhard (2019): BTLLasso - A Common Framework and Software Package for the Inclusion and Selection of Covariates in Bradley-Terry Models, Journal of Statistical Software, to appear

Schauberger, Gunther and Tutz, Gerhard (2017): Subject-specific modelling of paired comparison data: A lasso-type penalty approach, Statistical Modelling, 17(3), 223 - 243

Schauberger, Gunther, Groll Andreas and Tutz, Gerhard (2018): Analysis of the importance of on-field covariates in the German Bundesliga, Journal of Applied Statistics, 45(9), 1561 - 1578

Source

https://www.kicker.de/

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
data(BuliResponse)

Y.Buli <- response.BTLLasso(response = BuliResponse$Result, 
                            first.object = BuliResponse$TeamHome,
                            second.object = BuliResponse$TeamAway,
                            subject = BuliResponse$Matchday)

## End(Not run)

BTLLasso documentation built on Jan. 13, 2021, 10:42 p.m.