https://github.com/cran/reglogit
Raw File
Tip revision: 07d4d2a17887e2c32ce44ae25d3ff4fb26f1dfef authored by Robert B. Gramacy on 16 September 2013, 00:00:00 UTC
version 1.2-2
Tip revision: 07d4d2a
ChangeLog
1.2-2 (14 Jan 2013)
-----

changed how sparse matrices are specified.  Instead of sparse = 
TRUE, you can just give a sparse X input


1.2-1 (16 Sept 2013)
-----

added save.latents option to reglogit (regmlogit to come) in order
to allow users to bypass saving latents which could cause memory
swapping

added option for using sparse matrices in Beta draws, and now using
rmultnorm for faster samples from the normal distribution


1.2 (24 April 2013)
---

implemented regmlogit for polychotomous regression and 
introduced two new predict functions for reglogit and
regmlogit


1.1-1 (10 Dec 2012)
-----

removed .First.lib in preference for NAMESPACE


1.1 (18 Dec 2011)
---

added dRUM comparisons as examples

sped up code to not use diag(1/lambda)

Minor fixes for Brian Ripley
back to top