-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
28 lines (28 loc) · 1.33 KB
/
DESCRIPTION
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
Package: ordinal
Type: Package
Title: Regression Models for Ordinal Data
Version: 2024.12-13
Date: 2024-12-13
Authors@R: person(given="Rune Haubo Bojesen", family="Christensen",
email="[email protected]", role=c("aut", "cre"))
LazyData: true
ByteCompile: yes
Depends: R (>= 2.13.0), stats, methods
Imports: ucminf, MASS, Matrix, numDeriv, nlme
Suggests: lme4, nnet, xtable, testthat (>= 0.8), tools
Description: Implementation of cumulative link (mixed) models also known
as ordered regression models, proportional odds models, proportional
hazards models for grouped survival times and ordered logit/probit/...
models. Estimation is via maximum likelihood and mixed models are fitted
with the Laplace approximation and adaptive Gauss-Hermite quadrature.
Multiple random effect terms are allowed and they may be nested, crossed or
partially nested/crossed. Restrictions of symmetry and equidistance can be
imposed on the thresholds (cut-points/intercepts). Standard model
methods are available (summary, anova, drop-methods, step,
confint, predict etc.) in addition to profile methods and slice
methods for visualizing the likelihood function and checking
convergence.
License: GPL (>= 2)
NeedsCompilation: yes
URL: https://github.com/runehaubo/ordinal
BugReports: https://github.com/runehaubo/ordinal/issues