Hi there,
I am trying to create a multiple regression table with the command 'asdoc' for a Tobit model and a FIML model. However, I keep getting the error "option nocapslatent() not allowed" but I can not identify the source of error. Furthermore, my version of asdoc is not the problem cause I have already uploaded the latest version of the command from http://fintechprofessor.com.
Here is my code:
asdoc tobit logy x1 x2 x3 if logy>1, vce (robust) replace nest stars stat(ll) cnames (Tobit) save (table)
asdoc sem (m_logy <- x1 x2 x3), method(mlmv) replace nest stars stat(ll) cnames (FIML) save (table) append
I would highly appreciate some help and guidance.
Thanks in advance!
Related Posts with Problems with command asdoc
How to point out what is the reason of omitted variables?Today I faced the omitted variable problem but I do not know what is the reason My code is Code: a…
What does i.yr in STATA really mean?I saw a code that ```areg dep_var pt i.yr, a(TYPE2)``` while TYPE2 is firm identification and yr i…
Can I extract few letters from a string variable based on a conditional is another string variable?Dear Statalists, First of all, I would like to apologize for not being able to use dataex to enclos…
Frequent license activation for cloud computingGreetings: Occasionally, I need to do an analysis that could benefit from a large machine and the o…
Predicting counterfactual for binary outcome in panel data and potential issues using xtlogitDear Statalisters, It is my first time posting here, and I don’t have an Econ background! For conte…
Subscribe to:
Post Comments (Atom)
0 Response to Problems with command asdoc
Post a Comment