Hi there,
I am very new to Ngene and am currently designing a DCE. From my understanding I first need to generate a full factorial and although have found the Syntax to do this in the manual I still have a few questions in regards to this:
1. Do I need to upload a data set in order to run the syntax for the full factorial? or do I just run the syntax? Does the dataset need to be in a certain form?
2. I have attempted to run the below syntax but keep getting the error message: Error: the model property contains a prior that has an incorrect number of comma separated elements. 'b'
Design
;alts = alta, altb, altc
;rows = all
;fact
;model:
U(alta) = A[1,2] + B[3, 4, 5, 6] + C[7, 8, 9, 10] + D[11, 12] + E[13, 14] /
U(altb) = A + B + C[15, 16] + D[11, 17] + E[14, 18]
$