R/data_petr_test.R

#' A simulated dataset to use for speed comparison between software
#' 
#' This is a simulate data set provided by Petr Mariel to run speed and 
#' convergence comparisons for the mixed logit model between software.
#' 
#' @format A simulated stated preference data set in "wide" format. 200 
#' respondents making 5 choices between 3 alternatives. 
#'
#' \describe{
#'   \item{id}{Individual ID variable}
#'   \item{ct}{Choice task ID variable}
#'   \item{choice_1}{A choice indicator}
#'   \item{attr1_1}{Attribute 1}
#'   \item{attr2_1}{Attribute 2}
#'   \item{choice_2}{A choice indicator}
#'   \item{attr1_2}{Attribute 1}
#'   \item{attr2_2}{Attribute 2}
#'   \item{choice_3}{A choice indicator}
#'   \item{attr1_3}{Attribute 1}
#'   \item{attr2_3}{Attribute 2}
#' }
#'
#' @source Petr Mariel
"data_petr_test"
edsandorf/cmdlR documentation built on Jan. 17, 2024, 12:33 a.m.