https://github.com/cran/reglogit
Raw File
Tip revision: 2d19b31353b36bda9defbb7cfaf0d6f54440abe7 authored by Robert B. Gramacy on 25 April 2023, 06:40:02 UTC
version 1.2-7
Tip revision: 2d19b31
ChangeLog
1.2-7 (21 Apr 2023)
-----

minor fixes to address CRAN warnings


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