Best design if biased pilot sample
Posted: Mon Jul 10, 2023 7:49 pm
Dear Ngene community,
I have collected priors from a subsample of n=25. However, I am pretty sure this subsample is biased and may be less reluctant towards one of the level (attribute B=1) than the targetted population. What is the best way to deal with that ?
Here is the design I have in mind at the moment
Note that I have the below error message if am modifying to rows=16 and Block=2, most likely because I have 2 attributes with only 2 levels.
Is that problematic ? especially given the uncertainty on priors ?
A valid initial random design could not be generated after approximately 10 seconds. In this time, of the 518699 attempts made, there were 0 row repetitions, 41630 alternative repetitions, and 477069 cases of dominance. There are a number of possible causes for this, including the specification of too many constraints, not having enough attributes or attribute levels for the number of rows required, and the use of too many scenario attributes. A design may yet be found, and the search will continue for 10 minutes. Alternatively, you can stop the run and alter the syntax.
Thanks for your help
Marianne
I have collected priors from a subsample of n=25. However, I am pretty sure this subsample is biased and may be less reluctant towards one of the level (attribute B=1) than the targetted population. What is the best way to deal with that ?
Here is the design I have in mind at the moment
- Code: Select all
Design
;alts=GA*, GB*, SQ
;rows = 8
;block = 1
;eff = (mnl,d)
;model:
U(GA) = b1.dummy[(n,-0.505,0.186)]*A[1,0] + b2.dummy[(n,0.359,0.185)]*B[1,0] + b3[(n,0.0306,0.0085)]*C[0,20,30,40,50] /
U(GB) = b1*A + b2*B + b3*C/
U(SQ) = b0[(n,0.904,0.381)]
$
Note that I have the below error message if am modifying to rows=16 and Block=2, most likely because I have 2 attributes with only 2 levels.
Is that problematic ? especially given the uncertainty on priors ?
A valid initial random design could not be generated after approximately 10 seconds. In this time, of the 518699 attempts made, there were 0 row repetitions, 41630 alternative repetitions, and 477069 cases of dominance. There are a number of possible causes for this, including the specification of too many constraints, not having enough attributes or attribute levels for the number of rows required, and the use of too many scenario attributes. A design may yet be found, and the search will continue for 10 minutes. Alternatively, you can stop the run and alter the syntax.
Thanks for your help
Marianne