This data frame contains the run times for a benchmark comparing the relative computation time to estimate a preference space mixed logit model using the following R packages: logitr, mixl, mlogit, gmnl, and apollo. The run times are exported from the Google colab notebook here: https://colab.research.google.com/drive/1vYlBdJd4xCV43UwJ33XXpO3Ys8xWkuxx?usp=sharing
data(runtimes)
Variable | Description |
package | Package name. |
time_sec | The estimation time in seconds. |
numDraws | The number of random draws used during estimation. |
This Google colab notebook