Learn R Programming

logitr (version 1.1.2)

runtimes: Data frame of run times for logitr benchmark

Description

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

Usage

data(runtimes)

Arguments

Format

VariableDescription
packagePackage name.
time_secThe estimation time in seconds.
numDrawsThe number of random draws used during estimation.

Examples

Run this code
data(runtimes)

head(runtimes)

Run the code above in your browser using DataLab