Hello everyone,
Thank you in advance to anyone who can help.
I am writing a paper in which I used a conjoint experiment as my methodology. To generate the traditional conjoint experiment graph, I ran the following Stata command:
conjoint choice candidate_gender candidate_age candidate_educ candidate_maritalstatus candidate_children candidate_experience candidate_localties candidate_ideology, est(amce) id(ID) graph(0)
The graph I get is exactly what I need, but it only displays significance levels below 10% (p < 0.10). I would like it to also include significance at the 10% level (p = 0.10).
Does anyone know how I can modify the command to include this information in the graph?
I appreciate any help!
Thank you in advance to anyone who can help.
I am writing a paper in which I used a conjoint experiment as my methodology. To generate the traditional conjoint experiment graph, I ran the following Stata command:
conjoint choice candidate_gender candidate_age candidate_educ candidate_maritalstatus candidate_children candidate_experience candidate_localties candidate_ideology, est(amce) id(ID) graph(0)
The graph I get is exactly what I need, but it only displays significance levels below 10% (p < 0.10). I would like it to also include significance at the 10% level (p = 0.10).
Does anyone know how I can modify the command to include this information in the graph?
I appreciate any help!

Comment