Error message - Attribute:GetLevelOrderNumber
Posted: Thu Mar 07, 2024 6:17 pm
Dear Dr. Bliemer
I am designing a partial profile choice experiment in Ngene and trying to generate an implicit partial profile design where only 5 of the 8 total attributes are shown to respondents. I created a spreadsheet following the NGene manual to generate the candidate set https://drive.google.com/file/d/1W31LqJ_dbsmZRvtRBbXnDeymc1w335aQ/view?usp=share_link.
I used the following code in NGene:
My problem is that when I run the code, I get the following error message: Attribute:GetLevelOrderNumber https://drive.google.com/file/d/106g6UdASI3jdH3-MjE-nqcu3pU6tvPX2/view?usp=share_link. Further, I receive the following error message when closing the NGene tool after receiving the error message: https://drive.google.com/file/d/1SA-UHYIdY7SxGzQxs_YKP9rq6hegk2f1/view?usp=share_link. I looked the message up online, but did not found anyone else encountering the same problem. I do not know if you can help me and know what is wrong?
I really appreciate your insights on this matter.
Best regards,
Elise
I am designing a partial profile choice experiment in Ngene and trying to generate an implicit partial profile design where only 5 of the 8 total attributes are shown to respondents. I created a spreadsheet following the NGene manual to generate the candidate set https://drive.google.com/file/d/1W31LqJ_dbsmZRvtRBbXnDeymc1w335aQ/view?usp=share_link.
I used the following code in NGene:
- Code: Select all
design
;alts = BehandelingA*, BehandelingB*
;rows = 15
;eff = (mnl,d)
;alg = mfederov(candidates = implicit_partial_profiles_100.xlsx)
;model:
U(BehandelingA) = b1.dummy[0|0.01] *administration[1,2,3] ?1=pil, 2=infuus, 3=spuit
+ b2.dummy[0|0.01] *frequentie[1,2,3] ?1=dagelijks, 2=2weken, 3=4weken
+ b3.dummy[-0.01] *snelheid[1,2] ?1=dagen/weken, 2=weken/maanden
+ b4.dummy[-0.01] *extra-intestinaal[1,2] ?1=ja, 2=neen
+ b5.dummy[-0.01|-0.02] *huidproblemen[1,5,20] ?1=minder1%, 5=5tot10%, 20=meer20%
+ b6.dummy[-0.01] *infecties[1,5] ?1=minder1%, 5=meer5%
+ b7.dummy[-0.01] *cardiovasculair[1,5] ?1=minder1%, 5=meer5%
+ b8.dummy[-0.01] *kanker[1,2] ?1=nietverhoogd, 2=verhoogd
/
U(BehandelingB) = b1 *administration
+ b2 *frequentie
+ b3 *snelheid
+ b4 *extra-intestinaal
+ b5 *huidproblemen
+ b6 *infecties
+ b7 *cardiovasculair
+ b8 *kanker
$
My problem is that when I run the code, I get the following error message: Attribute:GetLevelOrderNumber https://drive.google.com/file/d/106g6UdASI3jdH3-MjE-nqcu3pU6tvPX2/view?usp=share_link. Further, I receive the following error message when closing the NGene tool after receiving the error message: https://drive.google.com/file/d/1SA-UHYIdY7SxGzQxs_YKP9rq6hegk2f1/view?usp=share_link. I looked the message up online, but did not found anyone else encountering the same problem. I do not know if you can help me and know what is wrong?
I really appreciate your insights on this matter.
Best regards,
Elise