Unable to run the program
Posted: Tue Jul 06, 2021 8:18 pm
When I try to run the following program on page 177 of the manual(Ngene 1.2 USER MANUAL & REFERENCE GUIDE), I get the error "The 'candidates' parameter of the Modified Federov algorithm is neither specified as a valid number, nor a The 'candidates' parameter of the Modified Federov algorithm is neither specified as a valid number, nor a valid file name or path. What could be wrong?
- Code: Select all
Design
;alts = hotelA*, hotelB*
;rows = 12
;eff = (mnl,d)
;alg = mfederov(candidates = implicit_partial_profiles.csv)
;model:
U(hotelA) = b1[-0.01] * price[100,150,200,0] +
b2[-0.2] * stars[1,3,5,0] +
b3[-0.001] * distance[500,1000,1500,0] +
b4.dummy[0.3] * wifi[1,0] +
b5.dummy[0.2] * breakfast[1,0] +
b6.dummy[0.2] * pool[1,0] /
U(hotelB) = b1 * price +
b2 * stars +
b3 * distance +
b4 * wifi +
b5 * breakfast +
b6 * pool
$