https://github.com/cran/reglogit
Raw File
Tip revision: c8c7ac10c0d841c064c0a7d4fc17e8a8295f315c authored by Robert B. Gramacy on 14 September 2018, 16:40:03 UTC
version 1.2-6
Tip revision: c8c7ac1
ChangeLog
1.2-6 (14 Sep 2018)
-----

Removed out-of-sync reglogit-package.Rd file as per 
Kurt's suggestion


1.2-5 (17 Nov 2017)
-----

Updated to VT affiliation, and fixed random number seed
bug in regmlogit


1.2-4 (22 June 2015)
-----

Made requested change to title, capitalizing Based


1.2-3 (19 June 2015)
-----

added new RNG and OpenMP pragmas for parallelized sampling
of latent variables -- yields substantial speedups on
multicore machines


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