Hi Guys,
Hereby I would like to ask a question regarding the (texdoc do not running; nothing to do) error. I'm fairly new to Stata, so this might be a beginner question.
I'm trying to built an HTML table based on the article "A Step-by-Step Procedure to Implement Discrete Choice Experiments in Qualtrics" by Sylvain Weber (2019).
Within this process Weber stated that I should initialize a text document, using the following code:
texdoc init DCE_${lg}.txt, replace
tex [[AdvancedFormat]]
Although I only changed the name of the txt document, Stata keeps repeating the error (texdoc do not running; nothing to do).
Since I did install the texdoc using "ssc install texdoc", I'm not sure why this error is popping up.
Does anybody know what I'm doing wrong and how to fix this?
Thanks in advance!
PS: I included the do file which comes with the article, so you guys are able to read the whole code
Hereby I would like to ask a question regarding the (texdoc do not running; nothing to do) error. I'm fairly new to Stata, so this might be a beginner question.
I'm trying to built an HTML table based on the article "A Step-by-Step Procedure to Implement Discrete Choice Experiments in Qualtrics" by Sylvain Weber (2019).
Within this process Weber stated that I should initialize a text document, using the following code:
texdoc init DCE_${lg}.txt, replace
tex [[AdvancedFormat]]
Although I only changed the name of the txt document, Stata keeps repeating the error (texdoc do not running; nothing to do).
Since I did install the texdoc using "ssc install texdoc", I'm not sure why this error is popping up.
Does anybody know what I'm doing wrong and how to fix this?
Thanks in advance!
PS: I included the do file which comes with the article, so you guys are able to read the whole code
Comment