asdocx: Export from Stata to Word, Excel, LaTeX & HTML Forums asdocx Forum Could you add xtgcause statistics table to asdocx

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Aduba Joseph
    Participant
    Post count: 22

    I am trying to generate a table from xtgcause using asdocx. Unfortunately, it returns an error and I was directed to place a request here. Only few statistics are needed namely,

    W-bar = 2.3758,  
    Z-bar = 5.8370   (p-value = 0.0000), 
    Z-bar tilde = 0.9026   (p-value = 0.3668)
    
    
    asdocx xtgcause lnFD_BM Rpf, lags(1) replace
    Unknown sub-command xtgcause
    If xtgcause is a community contributed program
    You can post a request on the asdocx forum for addition of this program to asdocx
    Forum link:  https://asdocx.com/forums/forum/asdocx-forum/
    Attaullah Shah
    Moderator
    Post count: 76

    Adding all community contributed packages to asdocx is a daunting endevour. I have added several of them to asdocx and shall add several others, given that such packages are widely used in the Stata community. I have added xtgcause to asdocx. First update asdocx with

    asdocx_update

    . Here is a working example (I am using the dataset mentioned in the help file of xtgcause package.

    asdocx xtgcause y x, lag(1) replace
    
             Dumitrescu & Hurlin (2012) Granger non-causality test results
      0 |1                                     2                  3 
    ----+-----------------------------------------------------------------------------
      1 |Stat                              value            p-value 
    ----+-----------------------------------------------------------------------------
      2 |Lag order:                            1                    
      3 |W-bar                             1.291                    
      4 |Z-bar                             0.650              0.515 
      5 |Z-bar tilde                       0.259              0.796 
    ----------------------------------------------------------------------------------
    H0: x does not Granger-cause y. H1: x does Granger-cause y for at least one panelvar (id).
      
    Click to Open File:  C:\temp\MyFile.docx
    
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.