https://github.com/cran/reglogit
Raw File
Tip revision: 5de802bf3f5a65237f8daa4270dfa90c2cd032b8 authored by Robert B. Gramacy on 16 September 2013, 00:00:00 UTC
version 1.2-1
Tip revision: 5de802b
ChangeLog
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