Search found 25 matches
- Sat Feb 29, 2020 1:23 am
- Forum: Support for Ngene Desktop (v1.x)
- Topic: Hunt for an efficient design
- Replies: 7
- Views: 16186
Re: Hunt for an efficient design
In your first syntax, your priors are closer to zero. In the second, the priors are farther from zero. The S estimate is an estimate of the sample size required so when you run the model, the parameters computed are statistically significant. The closer a parameter is to zero, the higher sample you ...
- Tue Sep 03, 2019 10:20 pm
- Forum: Support for Ngene Desktop (v1.x)
- Topic: A dual response pilot study design
- Replies: 11
- Views: 26668
Re: A dual response pilot study design
A couple of thoughts from the peanut gallery:
First, your syntax in red doesn't make any sense. You can't be both linear and effects coded at the same time. b3.effects is a single, unified, piece of syntax. b3[].effects should cause an error. Think carefully about your parameter specification in ...
First, your syntax in red doesn't make any sense. You can't be both linear and effects coded at the same time. b3.effects is a single, unified, piece of syntax. b3[].effects should cause an error. Think carefully about your parameter specification in ...
- Thu Aug 17, 2017 5:22 am
- Forum: Support for Ngene Desktop (v1.x)
- Topic: Efficient design with interactions
- Replies: 8
- Views: 17787
Re: Efficient design with interactions
One simple thing you could do is use fixed priors rather than distributions. Yes, your design will pay a price for that uncertainty, but you have a much better chance of getting one at all.
So instead of [(n,-0.0003,0.0001)|(n,-0.0002,0.0001)|(n,-0.0001,0.00005)|(n,0.0001,0.00005)|(n,0.0002,0.0001 ...
So instead of [(n,-0.0003,0.0001)|(n,-0.0002,0.0001)|(n,-0.0001,0.00005)|(n,0.0001,0.00005)|(n,0.0002,0.0001 ...
- Mon Aug 14, 2017 11:52 pm
- Forum: Support for Ngene Desktop (v1.x)
- Topic: Pivoted Design with More Than One Attribute Level
- Replies: 2
- Views: 7527
Re: Pivoted Design with More Than One Attribute Level
Another option that might work is to treat the second parking variable as just a 3-level attribute with values [-50%, -20%, 0%]. I typically effects code these things but you can do whatever you like. And you wouldn't need any constraints at all.
Optionally, you could include an interaction ...
Optionally, you could include an interaction ...
- Thu May 25, 2017 12:05 pm
- Forum: Support for Ngene Desktop (v1.x)
- Topic: Latest Version of NGENE
- Replies: 6
- Views: 15053
Re: Latest Version of NGENE
I have a request for the next version. Currently, Ngene is TERRIBLE at blocking. There doesn't seem to be much attention paid to blocks and how they affect results, but I believe for random effects models version effects are large and an important thing to minimize. Ngene could be much better at ...
- Wed Apr 26, 2017 4:31 am
- Forum: Support for Ngene Desktop (v1.x)
- Topic: Latest Version of NGENE
- Replies: 6
- Views: 15053
Re: Latest Version of NGENE
Seeing no official reply, I'll take a stab at it. I haven't seen any activity on the development front for Ngene in years. I would doubt there is anything pending in the short term.
In other words, don't hold your breath.
In other words, don't hold your breath.
- Thu Nov 24, 2016 1:50 am
- Forum: Support for Ngene Desktop (v1.x)
- Topic: Compound contraint
- Replies: 2
- Views: 7292
Re: Compound contraint
Thanks. I didn't realize it was that simple to use ;require. Fingers crossed the mfederov algorithm finds a useful design.
- Wed Nov 23, 2016 9:36 am
- Forum: Support for Ngene Desktop (v1.x)
- Topic: Compound contraint
- Replies: 2
- Views: 7292
Compound contraint
Hi there,
I'm working on a design with a counter constraint (similar in a way to partial profile). there are many attributes but one set of 7 has the following constraint. I can allow 0, 1, 2, or 3 of the 7 binary attributes to be 1.
A snippit of code.
U(A) = ... +
b1.d[0]*att1[0,1] +
b2.d[0 ...
I'm working on a design with a counter constraint (similar in a way to partial profile). there are many attributes but one set of 7 has the following constraint. I can allow 0, 1, 2, or 3 of the 7 binary attributes to be 1.
A snippit of code.
U(A) = ... +
b1.d[0]*att1[0,1] +
b2.d[0 ...
- Sat May 21, 2016 12:39 am
- Forum: General questions about choice experiments
- Topic: Sample size calculation
- Replies: 2
- Views: 14447
Re: Sample size calculation
Got it. Makes sense. Thanks.
- Sat May 21, 2016 12:00 am
- Forum: Support for Ngene Desktop (v1.x)
- Topic: Efficient design with unbalanced two-way frequencies
- Replies: 7
- Views: 13165
Re: Efficient design with unbalanced two-way frequencies
Thank you!
I think my problem was that my prior was not big enough. A bigger prior would solve my problem.
Paul
I think my problem was that my prior was not big enough. A bigger prior would solve my problem.
Paul