Just on the 2nd post about specifying as MNL,d but including a M2:
."
Michiel Bliemer wrote:;eff = M1(mnl,d)
where M1 is your MNL model, while you also specify model M2 that is a rppanel model. See the model averaging section in the Ngene manual.
Once you run the syntax, it will only optimise for MNL, but when you inspect the design, you will also get output for the rppanel model (assuming that you have set ;rdraws and ;reps), so you can test how the model will behave under the panel random parameters model.
Do we need to put the M2 in the ;eff line or is it just as follows:
;eff = M1(mnl,s)
;rdraws=gauss(5)
;rep=250
;model(M1):
......
;model(M2):
where then the M2 parameters are specified as random parameters (if we want it tobe a rppanel model);
Thanks, Fern