Dear board members
I am new to Ngene so any help will be highly appreciated.
I am trying to generate a Bayesian de-efficient design for a mode choice task between three alternatives. I have no priors.
I have three attributes-
time, which has 4 levels,
cost, 3 levels
and passengers, which has six levels (justyou,man,woman,2men,2women,mix). Passengers is only relevant for one alternative while time +cost are relevant for all three.
1. How should I define the "passengers" attribute using Bayesian design? Does this code seems alright? I have no guess regarding the sign.
+ b13[n,0,0.05]*justyou[0,1] +b14[n,0,0.05]*oneman[0,1]+b15[n,0,0.05]*onewoman[0,1]+b16[n,0,0.05]*2men[0,1]+b17[n,0,0.05]*2women[0,1]+b18[n,0,0.05]*mix[0,1]/
2. How many scenarios should I generate? I thought that 12 rows should be enough as I have 7 betas for my attributes, two ACC's. So a total of nine, but I do want it to be dividable by 6,4,3. So total of 12. Am I doing this right?
3. I will be using a panel where each respondent is faced with six choice tasks. For that reason I will estimate an error component model. Do I need have to count the error components in, as attributes for the number of scenarios?
Thank you in advance,
Shelly