I used the following code and I have two distinct class membership:
lclogit choice $varse, id(respid) group(resptask) nclasses(2) nolog
Now, let's say I want to determine if there is a difference between males and females (using the variable name 'gender'). What should be the code I use? By the end of this process, I aim to create a table that displays the proportion of each group (male vs female) under each membership class and indicates whether there is a significant difference between them
I am VERY new to coding with Stata. I am conducting a discrete choice experiment and best worst scaling (case 1) for my research.
Thank you for your help in advance!
-Rotana
lclogit choice $varse, id(respid) group(resptask) nclasses(2) nolog
Now, let's say I want to determine if there is a difference between males and females (using the variable name 'gender'). What should be the code I use? By the end of this process, I aim to create a table that displays the proportion of each group (male vs female) under each membership class and indicates whether there is a significant difference between them
I am VERY new to coding with Stata. I am conducting a discrete choice experiment and best worst scaling (case 1) for my research.
Thank you for your help in advance!
-Rotana
Comment