- speed improvements to simulate_choices function, which affects the sim_all function as well.
- removed 'estimate' argument from simulate_choices as it was not used.
- Improved
sim_allfunction:- Returns additional outputs: beta parameters, utility functions, manipulations, and decision group arguments.
- Parallel processing partly implemented
- Allows to save chunks of data to disk, which is useful for large datasets and instable machines when simulations are large
- New functions for better modularity
readdesignfunction:- Can now automatically guess the
designtype(useful forsim_allwith mixedngeneandspdesigndesign files).
- Can now automatically guess the
sim_allfunction:- Returns more information, including beta parameters and decision-related arguments.
- First stable version. Includes fully working examples.
- Can be used by anyone.