Page 1 of 1

Ngene Manual p.78

PostPosted: Mon Jul 30, 2018 11:42 pm
by jlimr
The program crashed after I ran the following set of codes from p.78 in Ngene 112 manual. Any idea what went wrong?

?This will generate a simultaneous orthogonal design wtih interactions between x2*x3
?This will crash!
Design
;alts = alt1, alt2, alt3
;rows = 8
;orth =sim
;model:
U(alt1) = b01 + b1*x1[0,1] + b2*x2[0,1] +b3*x1*x2 /
U(alt2) = b02 + b1*x1[0,1] + b2*x2[0,1] /
U(alt3) = b1*x1[0,1] + b2*x2[0,1] $

Re: Ngene Manual p.78

PostPosted: Tue Jul 31, 2018 3:58 pm
by Michiel Bliemer
Thank you for bringing this to our attention.
We will investigate why this happens.

Michiel

Re: Ngene Manual p.78

PostPosted: Sun Aug 05, 2018 9:18 pm
by Andrew Collins
Thanks for the spot. This is a bug that has been introduced with version 1.2 (due to some new functionality we added). We will fix this in 1.2.1, which should be out in the next 1-2 months.

In the meantime, if a simultaneous orthogonal design with two way interactions is required, you can install and use Ngene 1.1.2, which can be downloaded with this link: https://www.dropbox.com/s/135nxvgv1hq0j ... p.zip?dl=0

Andrew