‘brant’ is a package to do the brant test for ordinal logistic regression (polr()-Models from the package ‘MASS’)
Version: 0.3-0 (CRAN: 0.3-0)
You can install it in R with:
install.packages("brant")
Refferences
Brant, Rollin (1990): Assessing proportionality in the proportional odds model for ordinal logistic regression. Biometrics, 46, 1171–1178.
Github
Um die R Bibliothek von GitHub zu installieren, müssen die folgenden Schritte ausgeführt werden:
Windows
- Rtools herunterladen und installieren.
- devtools mit dem Befehl install.packages(“devtools”) installieren
- Installiere glm.predict von GitHub mit dem Befehl devtools::install_git(“git://github.com/benjaminschlegel/brant”)
- R / R Studio neu starten (sonst gibt es manchmal ein Speicher Fehler)
Falls während dem Installieren ein Fehler mit “C:\Program” auftaucht, muss R in ein Pfade ohne Leerteichen installiert werden (nicht wie \\Program Files\\).
Mac
- Installiere Xcode vom Mac App Store.
- devtools mit dem Befehl install.packages(“devtools”) installieren
- Installiere glm.predict von GitHub mit dem Befehl devtools::install_git(“git://github.com/benjaminschlegel/brant”)
- R / R Studio neu starten (sonst gibt es manchmal ein Speicher Fehler)
Version
- Version: 0.3-0: bug fix and support of interaction terms
- Version: 0.1-4: added output matrix
- Version: 0.1-2: added H0 to the output
- Version: 0.1-1: updated mistakes in the DESCRIPTION file
- Version: 0.1-0: first Version