-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
38 lines (28 loc) · 1.25 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# BradleyTerry2
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/BradleyTerry2)](https://cran.r-project.org/package=BradleyTerry2)
[![Travis-CI Build Status](https://travis-ci.org/hturner/BradleyTerry2.svg?branch=master)](https://travis-ci.org/hturner/BradleyTerry2)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/hturner/BradleyTerry2?branch=master&svg=true)](https://ci.appveyor.com/project/hturner/BradleyTerry2)
Specify and fit the Bradley-Terry model, including structured versions in which
the parameters are related to explanatory variables through a linear predictor
and versions with contest-specific effects, such as a home advantage.
## Installation
You can install **BradleyTerry2** from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("hturner/BradleyTerry2")
```
## Code of conduct
Please note that this project is released with a
[Contributor Code of Conduct](CONDUCT.md). By participating in this project you
agree to abide by its terms.