Dear members,
Now I am trying to find a better D-efficient design with 0 prior because of the pilot study.
However, I can't check the OOD button in the properties instead it shows an error message "not enough memory to build OOD covariance matrix" when I run the following code and then put into the OOD button.
(CODE)
Design
;alts = alt1*, alt2*, alt3* ?unlabelled experiment (alt4 is opt-out)
;rows = 24
;eff=(mnl, d)
;block = 4
;model:
U(alt1)
=ta.dummy[0.00001]*ta[1,0]
+ki.dummy[0.00001]*ki[1,0]
+ei.dummy[0.00001|0.00002]*ei[2,1,0]
+oy.dummy[0.00001]*oy[1,0]
+sh.dummy[0.00001|0.00002]*sh[2,1,0]
+es.dummy[0.00001|0.00002]*es[2,1,0]
+ho.dummy[0.00001]*ho[1,0]
+pl.dummy[0.00001|0.00002]*pl[2,1,0]
+pr[-0.00001]*pr[9.9,19.8,29.8,39.8]/
U(alt2)
=ta.dummy*ta
+ki.dummy*ki
+ei.dummy*ei
+oy.dummy*oy
+sh.dummy*sh
+es.dummy*es
+ho.dummy*ho
+pl.dummy*pl
+pr*pr/
U(alt3)
=ta.dummy*ta
+ki.dummy*ki
+ei.dummy*ei
+oy.dummy*oy
+sh.dummy*sh
+es.dummy*es
+ho.dummy*ho
+pl.dummy*pl
+pr*pr
$
I can push this button when I run the code which decreases a level of an attribute like es.dummy[0.00001]*es[1,0] in the code above, for example.
I do not employ OOD though I am wondering the reason.
I was wonder if you could comment in my questions.
My setting:
I put Ngene in C drive.
I have installed new version 1.2.1.
Thank you for your time in advance.
Best regards,
Keiko Aoki