asdocx: Export from Stata to Word, Excel, LaTeX & HTML Forums asdocx Forum Export results of SEM from Stata to Word with asdoc

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Ari Dothan
    Participant
    Post count: 2

    Dear Dr. Shah,

    I have encountered the following difficulty:

    asdocx svy jackknife : sem (Resil -> values, ) ......, ///
    method(mlmv) latent(Resil ) nocapslatent replace 

    Response:
    Unknown sub-command sem
    If sem is a community contributed program….

    Using asdoc is no cure because asdoc does not recognize the jackknife command

     asdoc svy jackknife : sem (Resil -> values, ) 

    I get regression results that do not use jackknife.

    Attaullah Shah
    Moderator
    Post count: 74

    I have fixed the svy and sem related issue, to update, type

    asdocx_update, beta mlib

    You may also like options tzok and table_layout(auto). The fist one reports equal number of decimal places for all values. The second one yields a tight fit for the table in the given page width.

    asdocx svy jackknife: sem (Resil->values, ) (Resil->vary_solut, ) ///
    (Resil->empeffort, )(Resil->emp_fast,), ///
    method(mlmv) latent (Resil) nocapslatent ///
    replace table_layout(auto) tzok
    
    
    
    Ari Dothan
    Participant
    Post count: 2

    Beautiful, thanks Attaullah.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.