Important: Read this before posting to this forum

  1. This forum is for questions related to the use of Apollo. We will answer some general choice modelling questions too, where appropriate, and time permitting. We cannot answer questions about how to estimate choice models with other software packages.
  2. There is a very detailed manual for Apollo available at http://www.ApolloChoiceModelling.com/manual.html. This contains detailed descriptions of the various Apollo functions, and numerous examples are available at http://www.ApolloChoiceModelling.com/examples.html. In addition, help files are available for all functions, using e.g. ?apollo_mnl
  3. Before asking a question on the forum, users are kindly requested to follow these steps:
    1. Check that the same issue has not already been addressed in the forum - there is a search tool.
    2. Ensure that the correct syntax has been used. For any function, detailed instructions are available directly in Apollo, e.g. by using ?apollo_mnl for apollo_mnl
    3. Check the frequently asked questions section on the Apollo website, which discusses some common issues/failures. Please see http://www.apollochoicemodelling.com/faq.html
    4. Make sure that R is using the latest official release of Apollo.
  4. If the above steps do not resolve the issue, then users should follow these steps when posting a question:
    1. provide full details on the issue, including the entire code and output, including any error messages
    2. posts will not immediately appear on the forum, but will be checked by a moderator first. This may take a day or two at busy times. There is no need to submit the post multiple times.

Search found 41 matches

by maa033
14 Oct 2024, 09:16
Forum: Model estimation
Topic: wtp space model
Replies: 1
Views: 1397

wtp space model

Hi We are estimating a model in wtp-space. The estimated parameters are sensitive to starting values, and we need to run robustness checks varying the starting values. Is there a command in apollo that automatically repeats the estimation of a model updating the starting values of the parameters? We...
by maa033
07 Oct 2024, 12:11
Forum: Model specification
Topic: dummy coding of variables
Replies: 12
Views: 3086

Re: dummy coding of variables

Hi again We tried to remove the ASC from the utility function (alternative1=SQ alternative), and not using the SQ attribute level as base level. We also tried using the SQ attribute levels as base levels, so that alternative1 (SQ) only included the ASC. Neither worked. Are you saying that when the S...
by maa033
03 Oct 2024, 20:39
Forum: Model specification
Topic: dummy coding of variables
Replies: 12
Views: 3086

Re: dummy coding of variables

Yes, of course. SB (seabed) takes 3 levels: 30 (only used in alternative 1, SQ), 20, 10 (only used in alternatives 2 & 3, i.e. non-SQ alternatives) SAL (salmon) takes 3 levels: 10 (only used in alternative 1, SQ), 5, 0 (only used in alternatives 2 & 3, i.e. non-SQ alternatives) JOB takes 6 l...
by maa033
03 Oct 2024, 14:57
Forum: Model specification
Topic: dummy coding of variables
Replies: 12
Views: 3086

Re: dummy coding of variables

Hi again Sorry for delayed response, it was an misunderstanding between me and the PhD student that runs the model. Attached is the MNL script. Note that we did run it with other starting values as well (only zeros). It does not run. Still the same error message. best regards, Margrethe ### Load Apo...
by maa033
30 Sep 2024, 09:19
Forum: Model specification
Topic: dummy coding of variables
Replies: 12
Views: 3086

Re: dummy coding of variables

Hi again yes, sorry for forgetting about the code. Here it is. I also attach the last warning/when running the attached code. ### Load Apollo library install.packages("apollo") library(apollo) ### Initialise code apollo_initialise() ### Set core controls apollo_control = list( modelName = ...
by maa033
24 Sep 2024, 12:51
Forum: Model specification
Topic: dummy coding of variables
Replies: 12
Views: 3086

dummy coding of variables

Hi We are dummy coding a model and now the question arises whether we have to exclude the utility function for the status quo (SQ) alternative V[[altSQ]]. For each attribute we use the SQ level as reference level, and there is no variation in level for any of the attributes in the SQ alternative. Th...
by maa033
31 May 2023, 09:41
Forum: Model specification
Topic: MNL model in WTP space and the ASC
Replies: 5
Views: 33369

Re: MNL model in WTP space and the ASC

Thanks a lot for these insights. It is very useful to have your comments. The reason why we were considering the scale was that the dataset included a split sample, where half of the respondents got one version of the choice cards whereas the other half got another version. Thus we reasoned that the...
by maa033
23 May 2023, 16:33
Forum: Model specification
Topic: MNL model in WTP space and the ASC
Replies: 5
Views: 33369

Re: MNL model in WTP space and the ASC

Thank you for the very clarifying response. I see the point in keeping to a simpler model compared to more complex when estimating parameters, and the reason I prefer the model in WTP-space is the direct interpretation of the parameters, and not having to think of potential differences in the scale ...
by maa033
11 May 2023, 14:43
Forum: Model specification
Topic: MNL model in WTP space and the ASC
Replies: 5
Views: 33369

MNL model in WTP space and the ASC

Hello I am running a simple MNL model in WTP space. The model is as follows: V = list() V[["alternative1"]] = b_COST *( asc_SQ + b_SB * SB1 + b_JOB * JOB1 + b_SAL * SAL1 + COST1) V[["alternative2"]] = b_COST *( b_SB * SB2 + b_JOB * JOB2 + b_SAL * SAL2 + COST2) V[["alternativ...
by maa033
13 Mar 2023, 09:42
Forum: Models and estimation
Topic: interpretation of class allocation in LC models
Replies: 2
Views: 20391

Re: interpretation of class allocation in LC models

Yes, very helpful indeed!
Thank you.
will try to keep posts to the Forum strictly apollo-related!!
I am very happy that this forum exists.

BR,
Margrethe