Skip to content

Commit f8b1c49

Browse files
committed
updated news with correct release highlights
1 parent df586c0 commit f8b1c49

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: logitr
22
Title: Random utility logit models with preference and willingness to pay space parameterizations
3-
Date: 2020-10-30
4-
Version: 1.2.0
3+
Date: 2020-12-04
4+
Version: 0.0.4
55
Authors@R: c(
66
person(given = "John",
77
family = "Helveston",

NEWS.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# logitr 1.2.0
1+
# logitr 0.0.3: New simulation functionality
22

33
## Summary of larger updates:
44

@@ -8,3 +8,36 @@
88
## Summary of smaller updates:
99

1010
* Updated the `summary()` and main `logitr()` functions to keep the basic information (run #, log-likelihood value, number of iterations, and output status) whenever `numMultistarts` > 1. Previously this information was only kept if `keepAllRuns` was set to `TRUE`.
11+
12+
13+
14+
# logitr 0.0.2: Updates to options and a few small bug fixes
15+
16+
## Summary of larger updates:
17+
18+
- I got rid of the `logitr.summary()` function and instead added the `logitr` class to all the models and renamed the summary function to `summary.logitr()`. Now you can just use the standard `summary()` function to summarize model results.
19+
- I finally fixed the analytic gradient for WTP space MXL models. I tested analytic versus numeric for WTP space and Preference Space MXL models and they are all identical, including variations of using normally and log-normally distributed parameters.
20+
- Added startParBounds as an argument in options.
21+
22+
## Smaller updates:
23+
24+
- Changed the summary() function to print more digits in the
25+
summary table.
26+
- Rounded printing of the elapsed time in the summary table.
27+
- Forced the sigma values in MXL models to be positive using abs(). Negative values for sigma parameters should not be an issue because the standard normal is symmetric.
28+
- Changed the summary of random parameters to show "summary of 10k draws"
29+
- Updated hessian to always use numeric approx for SE calculation since it's faster.
30+
- Made scaleInputs default to `TRUE`.
31+
32+
## Bugs fixed:
33+
34+
- If the prefSpaceModel was a multistart, it was grabbing the correct
35+
bestModel for the WTP calculations, but not the logLik value. Now it's
36+
getting the right logLik value too.
37+
- Fixed a bug with the scaling option where it was blowing up to use scaling numbers.
38+
39+
40+
41+
# logitr 0.0.1: Full reboot of logitr!
42+
43+
Long overdue, I decided to give the logitr program a full overhaul. This is the first version that is compiled as a proper R package that can be directly installed from Github. This version is much more robust and flexible than the prior, clunky collection of R files that I had previously been using to estimate logit models.

0 commit comments

Comments
 (0)