Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
sim_choice.Rd 821 B
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sim_choice.R
\name{sim_choice}
\alias{sim_choice}
\title{Title}
\usage{
sim_choice(designfile, no_sim = 10, respondents = 330, ut, destype = destype)
}
\arguments{
\item{designfile}{path to a file containing a design.}

\item{no_sim}{Number of runs i.e. how often do you want the simulation to be repeated}

\item{respondents}{Number of respondents. How many respondents do you want to simulate in each run.}

\item{ut}{The first element of the utility function list}

\item{destype}{Specify which type of design you use. Either ngene or spdesign}
}
\value{
a list with all information on the run
}
\description{
Title
}
\examples{
\dontrun{  simchoice(designfile="somefile", no_sim=10, respondents=330,
 mnl_U,ut=u[[1]] ,destype="ngene")}

}