Fast estimation of multinomial (MNL) and mixed logit (MXL) models in R with "Preference" space or "Willingness-to-pay" (WTP) space utility parameterizations in R
This PR adds a few checks to make sure the panelID and clusterUD variables are sequentially increasing numeric vectors and to stop the program if there are any repeated IDs in these variables. It also fixes the bug in #29.
This PR adds a few checks to make sure the
panelID
andclusterUD
variables are sequentially increasing numeric vectors and to stop the program if there are any repeated IDs in these variables. It also fixes the bug in #29.