Efficient design with rp and rppanel
Posted: Mon Mar 01, 2021 10:51 pm
Hello,
we want to make a CE study with two labelled varying options and the reference (status quo) fixed alternative.
We have the results of a pilot survey that allowed us to obtain the priors of the parameters from the MNL model estimation.
The GEO and COL parameters were insignificant in the pilot,
We are designing the CE using Ngene and our current syntax is as follows:
It seems to work perfectly with both D-error and sample size minimisation when optimized assuming an MNL model (with fixed parameters).
However, we get an "Undefined" result when I try to optimize using the rp option, and no error message.
I would appreciate your suggestions on this matter.
Thanks a lot.
we want to make a CE study with two labelled varying options and the reference (status quo) fixed alternative.
We have the results of a pilot survey that allowed us to obtain the priors of the parameters from the MNL model estimation.
The GEO and COL parameters were insignificant in the pilot,
We are designing the CE using Ngene and our current syntax is as follows:
- Code: Select all
Design
;alts = BSPout*, BSPsem*, ref
;rows = 24
;block = 2, minsum
;eff = (mnl, d)
;rep = 500
;rdraws = halton (200)
;alg = mfederov
;model:
U(BSPout) = bBPSout[n, 0.8906360, 0.1151940]
+ b1[n,-0.0065247, 0.0011050] *PRICE[70, 120, 170]
+ b2.effects[n, 0.0569746, 0.2068940 | n, 0.2671585, 0.2083617] *GEO[1,2,3]
+ b3.effects[n, 0.0951933, 0.1356148] *COL[1,2]
/
U(BSPsem) = bBPSsem[n, 0.6322091, 0.1163940]
+ b1 *PRICE
+ b2.effects *GEO
+ b3.effects *COL
/
U(ref) = b1 *PRICEref[45]
$
It seems to work perfectly with both D-error and sample size minimisation when optimized assuming an MNL model (with fixed parameters).
However, we get an "Undefined" result when I try to optimize using the rp option, and no error message.
I would appreciate your suggestions on this matter.
Thanks a lot.