Package: ordinalNet
Type: Package
Title: Penalized Ordinal Regression
Version: 1.5
Date: 2016-07-27
Authors@R: c(
    person("Michael", "Wurm", email = "wurm@wisc.edu", role = c("aut", "cre")),
    person("Bret", "Hanlon", email = "hanlon@stat.wisc.edu", role = "ths"))	
Description: Fits ordinal regression models with elastic net penalty. Supported
    models include cumulative logit, probit, cauchit, and complementary log-log. 
    The algorithm uses Fisher Scoring with Coordinate Descent updates.
LazyData: TRUE
License: MIT + file LICENSE
Imports: stats
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-07-27 06:29:09 UTC; mike
Author: Michael Wurm [aut, cre],
  Bret Hanlon [ths]
Maintainer: Michael Wurm <wurm@wisc.edu>
Repository: CRAN
Date/Publication: 2016-07-27 10:58:34
