I would like to put the following code:
Code:
sjlog using "${route_sjlog_files}\example_35" , replace 
clear all
use https://www.stata-press.com/data/r16/clogitid
clogit y x1 x2, group(id) tech(wrong_tech)
sjlog close , replaceCode:
\begin{stlog}
   \input{stlog/example_35.log.tex} \nullskip
\end{stlog}I would like to have the following on the file example_35:
Code:
. clear all
. use https://www.stata-press.com/data/r16/clogitid
. clogit y x1 x2, group(id) tech(wrong_optim)
wrong_optim is not a valid argument of technique() option
r(198);Thank you in advance,
Álvaro
Stata 16.1 MP
Win10/Linux Mint 19.1
https://alvarogutyerrez.github.io/
0 Response to export `sjlog` when error is included in the code
Post a Comment