| BuliResponse | R Documentation |
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.
A data set containing all information that is necessary to create a response object
for the Bundesliga data link{Buli1516}
Ordinal, 5-categorical results from Bundesliga season 2015/16.
Abbreviation of home team.
Abbreviation of away team.
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
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.