Hello,Professor, I'm William and I'd like to ask a question about D-efficient design:
I currently have four attributes, including three regular attributes and one payment attribute, where the payment attribute is (50, 100, 150, 200 yuan). The specific code is as follows.
design
;alts = alt1 ...
Search found 7 matches
- Sun Sep 29, 2024 12:04 pm
- Forum: Support for Ngene Desktop (v1.x)
- Topic: efficient design question
- Replies: 1
- Views: 17144
- Thu Mar 23, 2023 11:01 am
- Forum: Support for Ngene Desktop (v1.x)
- Topic: efficient design question
- Replies: 8
- Views: 22665
Re: efficient design question
1. Yes that would be best practice.
2. Yes you can use this design (which is based on uninformative near-zero priors) also for the main survey, although it will be less efficient than creating a new survey based on informative priors based on the pilot study.
Michiel
Thank you very much for your ...
2. Yes you can use this design (which is based on uninformative near-zero priors) also for the main survey, although it will be less efficient than creating a new survey based on informative priors based on the pilot study.
Michiel
Thank you very much for your ...
- Wed Mar 22, 2023 3:36 pm
- Forum: Support for Ngene Desktop (v1.x)
- Topic: efficient design question
- Replies: 8
- Views: 22665
Re: efficient design question
This is due to an error in your syntax. You are writing:
U(alt1) = + b2.dummy[0.001|0.002] * A[1,2,0] + ...
But there is nothing in front of the "+" and Ngene interprets this as a constant. So you just need to remove the "+" from your utility function like this:
U(alt1) = b2.dummy[0.001|0.002 ...
U(alt1) = + b2.dummy[0.001|0.002] * A[1,2,0] + ...
But there is nothing in front of the "+" and Ngene interprets this as a constant. So you just need to remove the "+" from your utility function like this:
U(alt1) = b2.dummy[0.001|0.002 ...
- Wed Mar 22, 2023 11:24 am
- Forum: Support for Ngene Desktop (v1.x)
- Topic: efficient design question
- Replies: 8
- Views: 22665
Re: efficient design question
You can ignore D-optimality as this is only really useful with orthogonal designs and when all parameters are orthogonal polynomial coded. The D-error does not look problematic and is case specific. I do not see any issues there.
I would recommend a few changes in your script.
1. Use dummy coding ...
I would recommend a few changes in your script.
1. Use dummy coding ...
- Wed Mar 22, 2023 11:22 am
- Forum: Support for Ngene Desktop (v1.x)
- Topic: efficient design question
- Replies: 8
- Views: 22665
- Wed Mar 22, 2023 11:10 am
- Forum: Support for Ngene Desktop (v1.x)
- Topic: efficient design question
- Replies: 8
- Views: 22665
- Tue Mar 21, 2023 6:46 pm
- Forum: Support for Ngene Desktop (v1.x)
- Topic: efficient design question
- Replies: 8
- Views: 22665
efficient design question
Hello, founder, I am a newcomer to ngene. I have several questions about Ngene that I would like to ask. I wonder if I can get a response from you:
First of all, let me introduce my attributes. I have 6 attributes, with 2-3 levels for each attribute. Now I only know the positive and negative ...
First of all, let me introduce my attributes. I have 6 attributes, with 2-3 levels for each attribute. Now I only know the positive and negative ...