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!