Search found 6 matches

by mabbott
Fri Jan 12, 2024 2:44 am
Forum: General questions about choice experiments
Topic: Model Specification with a Status Quo Opt-Out Alternative
Replies: 4
Views: 18897

Model Specification with a Status Quo Opt-Out Alternative

I am trying to run a dummy coded WTP-space MNL model using my DCE data. Although all my attributes have continuous levels, I am running a dummy coded model to test the linearity of estimated coefficients.

My DCE has the following attributes and levels:

1) Chance of diagnosis: 30% / 35% / 45% / 55 ...
by mabbott
Thu Aug 17, 2023 8:59 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Minimum Number of Choice Tasks + Including Priors
Replies: 2
Views: 12418

Re: Minimum Number of Choice Tasks + Including Priors

Hi Michiel,

Thanks very much for your response. I have re-run my design with 3 blocks of 8 choice tasks, and added priors to the attributes and constants.

The -0.5019 coefficient on the 'wait' attribute should have been -0.05019, I was just missing a zero...!

Thanks again for your help!

Michael
by mabbott
Wed Aug 16, 2023 10:34 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Minimum Number of Choice Tasks + Including Priors
Replies: 2
Views: 12418

Minimum Number of Choice Tasks + Including Priors

Hi,

I recently ran a pilot study for my genetic testing DCE using the following experimental design:

design
;alts = alt1*, alt2*, sq*
;rows = 36
;block = 3
;eff = (mnl, d)

;alg=mfederov(stop = noimprov(3600 secs))

;require:
sq.Diagnosis = 30,
sq.Visits = 10,
sq.Time = 24

;reject:
alt1.Time=6 ...
by mabbott
Thu Apr 13, 2023 12:37 am
Forum: Support for Ngene Desktop (v1.x)
Topic: Dummy coding and order of attribute levels
Replies: 1
Views: 10348

Dummy coding and order of attribute levels

I am trying to use dummy coding for the attributes in my DCE, and I'm wondering whether the order I list the levels in matters. For example, is:

b1.dummy[0.1|0.2|0.3] * Diagnosis[35,45,55,30]

The same as:

b1.dummy[0.1|0.2|0.3] * Diagnosis[30,35,45,55]

My DCE has three alternatives: A, B and ...
by mabbott
Tue Nov 22, 2022 11:57 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: DCE Experimental Design for 'Current Testing' Opt-Out
Replies: 3
Views: 7604

Re: DCE Experimental Design for 'Current Testing' Opt-Out

Dear Michiel,

Thanks very much for your advice on my experimental design.

I think I will go with Option B - if I understand correctly, this allows me to estimate both alternative-specific constants, ASCa and ASCb, without needing to randomise the order of alternatives? And also without needing to ...
by mabbott
Mon Nov 21, 2022 8:40 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: DCE Experimental Design for 'Current Testing' Opt-Out
Replies: 3
Views: 7604

DCE Experimental Design for 'Current Testing' Opt-Out

Hi,

I am currently generating the experimental design for a genetic testing DCE. The attributes and levels are:

1) Chance of Diagnosis: 10% / 20% / 30% / 40%
2) Number of Clinic Visits: 2 / 4 / 6 / 8
3) Time waiting for results: 6 months / 1y / 2y / 3y
4) Cost to you: £0 / £1000 / £2000 / £5000 ...