I am trying to evaluate an experimental design used in a pilot study from an imported .csv file but keep getting the following error:
"ERROR: The provided design contains a row number that exceeds the design specification."
I have tried both with/without the headings row and also adjusting the ;rows code to see if it was some kind of glitch but the error remains. Please could I get some advice on the correct format for .csv files or if there is an error in the code I am trying to use.
This is the code I am trying to use for the evaluation:
- Code: Select all
design
;alts = alt1*, alt2
;rows = 12
;block= 2
;eval = women pilot experimental design_final_design only.csv
;eff = (mnl, d)
;model :
U(alt1)= bsens[0.1073] * sens[65,75,85,95] + btime[-0.5449] * time[1,2,3,4] + bconditions.dummy[0.6693] * conditions[1,0] + bcomm.dummy[1.0076|1.2203] * comm[1,2,0] /
U(alt2)= bsens * sens + btime * time + bconditions.dummy * conditions + bcomm.dummy * comm
$
This is the design I am trying to evaluate loaded in to ngene:
Thanks,
Rebekah