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
cumulative counts?Dear All, I was asked the following question. The data set is Code: * Example generated by -dataex…
create a complex macroDear all, I want to get three models like this: logistic cancer var1 logistic cancer var2 logistic c…
sample size for kappaI am familiar with the following codes for estimating sample size for kappa (kapssi, sskdlg and sska…
Counting observations of nearest neighboursDear forum members, my data is a panel structured as follows: id change nid1 nid2 nid3 nid4 nid5 Fo…
DestringHi I run into a problem using destring. The problem is as follows: insheet Year Country Log_GDP Lo…
Subscribe to:
Post Comments (Atom)
0 Response to Problems with command asdoc
Post a Comment