Announcement

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

  • asdoc: version update on SSC

    I have been pushing updates to asdoc through my website, all updates till this date are now part of the SSC version. Thanks Kit Baum, asdoc latest version available on the SSC is
    Code:
    Version 2.3.8.6 : Changes made on Sep 4, 2020
    Helping material related to asdoc can be accessed here https://fintechprofessor.com/2018/01/31/asdoc/

    Since the last SSC version, the following changes have been made to asdoc:

    Code:
    *  Version 2.3.8.5 : Changes made on August 27, 2020   : cnames() option added to two sample ttest. This option can be used to write custom column titles for the mean values of the two groups. Previously only Mean1 and Mean2 were used as default names.
    *  Version 2.3.8.4 : Changes made on August 27, 2020   : Bug fixed in pwcorr
    *  Version 2.3.8.3 : Changes made on August 26, 2020   : More than 20 nested regressions are now supported
    *  Version 2.3.8.2 : Changes made on August 19, 2020   : Fix to Option row in tabulate when used with nofreq option.
    
    *  Version 2.3.8.1 : Changes made on August 19, 2020   : applies to sum command: bysort or by() now correctly follows the order if the byvariable is numeric.
    *  Version 2.3.8.0 : Changes made on August 16, 2020   : Factor variables can now be included in summary statistics, though work on detailed summary is on the to-do list 
    *  Version 2.3.7.9 : Changes made on August 16, 2020   : Support added for multiple equation regressions such sureg, sqreg in the nest option. 
    *  Version 2.3.7.8 : Changes made on July 30, 2020     : Option row fix in table command. Previously, it was incorrectly reporting column totals 
    *  Version 2.3.7.7 : Changes made on July 28, 2020     : Option row fix in tabulate 
    
    *  Version 2.3.7.6 : Changes made on April 16, 2020    : Digit Rounding issue resolved in table command. 
    *  Version 2.3.7.5 : Changes made on April 15, 2020    : Option nofvlabel can be used now to suppress the base category of factor variables in nested regressions
    *  Version 2.3.7.4 : Changes made on April 9, 2020     : One sample ttest can now accept expression other than == 0
    *  Version 2.3.7.3 : Changes made on April 1, 2020     : Fixed bug in ttest by(vars)
    
    *  Version 2.3.7.2 : Changes made on March 19,2020     : Fixed bug in xtpoisson for irr option
    *  Version 2.3.7.1 : Changes made on March 9, 2020     : Fixed bug in tabulate with column option
    *  Version 2.3.7.0 : Changes made on March 7, 2020     : Added the bysort support for tab commands
    *  Version 2.3.6.9 : Changes made on Jan  25, 2020     : Bug fixed in paired ttests 
    
    *  Version 2.3.6.8 : Changes made on Jan  17, 2020     : p-values can now be reported in nested regression tables using option rep(p)
    *  Version 2.3.6.7 : Changes made on Jan  1,  2020     : Three- way table : corrected the rowtotal calculations
    *  Version 2.3.6.6 : Changes made on Nov 22,  2019     : Option row now works with nofreq option in the tabulate command
    *  Version 2.3.6.5 : Changes made on October 12, 2019  : table command now works even with no space between command and option row
    
    *  Version 2.3.6.4 : Changes made on October 11, 2019  : bug fixed in ttest by(varlist)
    *  Version 2.3.6.3 : Changes made on October 8, 2019   : Decimal points can be controlled with t-statistics and ttest commands
    *  Version 2.3.6.2 : Changes made on October 2, 2019   : IF and IN conditions now works with the table command
    *  Version 2.3.6.1 : Changes made on Sep 29, 2019      : Fixed bug in reset option of nested regression
    
    *  Version 2.3.6.0 : Changes made on Sep 21, 2019      : Fixed bug when option replace was used as ,replace
    *  Version 2.3.5.9 : Changes made on Sep 10, 2019      : Fixed row and column names issue with wmat
    *  Version 2.3.5.8 : Changes made on Aug 18, 2019      : Added support for spearman command
    *  Version 2.3.5.7: Changes made on Aug 15, 2019       : Custom title fixed in bys reg
    
    *  Version 2.3.5.6: Changes made on Aug 14, 2019       : Bug fixed where if had both numeric and string-based conditions
    *  Version 2.3.5.5: Changes made on July 27 , 2019     : Bug fixing in the setstars option 
    *  Version 2.3.5.4: Changes made on July 25 , 2019     : Adding dpcomma, sep000 for comma-period swapping and digit seperators. (Development supported by Eric Melse)
    *  Version 2.3.5.2: Changes made July 16 , 2019        : Adding column formating uisng globals c1_dec etc. 
    
    *  Version 2.3.5.1: Changes made July 18 , 2019        : Added lastrow(mean) and lastrow(total) to tabstat with bys: 
    *  Version 2.3.5.0: Changes made July 13 , 2019        : tab command with string variables
    *  Version 2.3.4.9: Changes made July 12 , 2019        : Label now works with factor variables in regressions
    *  Version 2.3.4.8: Changes made July 03 , 2019        : Significance stars are now customizable using setstar() option. 
    
    *  Version 2.3.4.8: Changes made June 29 , 2019        : weights added to the table command
    *  Version 2.3.4.7: Changes made June 25 , 2019        : aweights added
    *  Version 2.3.4.6: Changes made June 25 , 2019        : stat() option of nested reg improved
    *  Version 2.3.4.5: Changes made June 24 , 2019        : Total row added to the tab command
    
    *  Version 2.3.4.4: Changes made June 24 , 2019        : Table command now supports date/time variables
    *  Version 2.3.4.3: Changes made June 19, 2019         : File saving made easy. Just use global save "Whatever file name" or use option save() first time with asdoc, then asdoc will remember the file name until Stata is closed or another name is written to the global save macro
    *  Version 2.3.4.2: Changes made June 19, 2019         : Support for empty value in accum option, used with row option: 2. Integers do not have decimal points now in option row()
    *  Version 2.3.4.1: Changes made June 15, 2019         : option label added to list command; Fixing bys sum in MacOS
    
    *  Version 2.3.4.0: Changes made June 6, 2019          : eform() logistic pvalues correction in nested table
    *  Version 2.3.3.9                                     : command replay added. This is used with bootstrap or other regressions that have complex syntax
    *  Version 2.3.3.8                                     : Adding significance level for multi levels
    *  Version 2.3.3.7                                     : Windows and MAC separate processing
    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.

  • #2
    I forgot to add the following to the post.
    To update, please type
    Code:
    ssc install asdoc, replace
    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 Attaullah, I run the following two commands (with asdoc updated)
      Code:
      asdoc pwcorr `vall', label fs(8) star(0.05) save(log\CR3_cor) replace title(Table 3: Correlation matrix)
      asdoc pwcorr `vall' bad1, label fs(8) star(0.05) save(log\CR3_cor) replace title(Table 3: Correlation matrix)
      The only difference is that an additional variable `bad1' is considered in the second command. I found that the first command (with a total of 19 variables) is fine, but I got the error message using the command

      Click image for larger version

Name:	bad1.png
Views:	1
Size:	8.4 KB
ID:	1573377


      Now, there are a total of 20 variables now. Could you kindly suggest a way to deal with this problem? (Note that I performed the same command with a total of 21 variables and the results are OK a few weeks ago.) Thanks.
      Ho-Chuan (River) Huang
      Stata 17.0, MP(4)

      Comment


      • #4
        I have fixed this issue in the latest version (Version 2.3.8.9 : Changes made on October 12, 2020)
        The new version of asdoc can be installed from my site. Copy and paste the following line in Stata and press enter.
        net install asdoc, from(http://fintechprofessor.com) replace

        Code:
        set obs 100
        forv i = 1 / 30 {
            gen x`i' = uniform()
        }
        asdoc cor, replace
        There is a new offer on asdocx for a limited period of time. https://fintechprofessor.com/asdocx/order-asdocx/
        Click image for larger version

Name:	Capture.JPG
Views:	1
Size:	71.7 KB
ID:	1576712

        Last edited by Attaullah Shah; 12 Oct 2020, 08:16.
        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

        Working...
        X