|
1 |
| -# logitr 1.2.0 |
| 1 | +# logitr 0.0.3: New simulation functionality |
2 | 2 |
|
3 | 3 | ## Summary of larger updates:
|
4 | 4 |
|
|
8 | 8 | ## Summary of smaller updates:
|
9 | 9 |
|
10 | 10 | * 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