Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problems with command asdoc

    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!


  • #2
    I can identify the source of error if you post some example data using dataex (from SSC) or send my your data through email. My email is given in the help file of asdoc
    Code:
    help asdoc
    Regards
    --------------------------------------------------
    Attaullah Shah, PhD.
    Professor of Finance, Institute of Management Sciences Peshawar, Pakistan
    FinTechProfessor.com
    https://asdocx.com
    Check out my asdoc program, which sends outputs to MS Word.
    For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.

    Comment


    • #3
      Dear Dr.Shah,

      I ended up using an alternative approach for creating the table. Thank you anyway for the help offered. Moreover, I want to congratulate and thank you for the creation of the "asdoc" command. It has been a game-changer in my research.

      Kind regards,

      Antonio

      Comment

      Working...
      X