Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Jaemin Lee
    Participant
    Post count: 17

    The same goes for accum: none of the examples work, e.g.,

    webuse grunfeld, clear

    asdocx, row( \i, \i, invest, \i, \i, kstock,\i) replace
    asdocx, row( Periods, N, Mean, SD, N, Mean, SD)

    sum invest if inrange(year , 1935, 1945)
    asdocx, accum(r(N)',r(mean)’, `r(sd)’)
    sum kstock if inrange(year , 1935, 1945)
    asdocx, accum(r(N)',r(mean)’, `r(sd)’)
    asdocx, row( 1935-1945, $accum)

    or

    sum invest if inrange(year , 1946, 1954)
    asdocx, accum(r(N)',r(mean)’, `r(sd)’)
    sum kstock if inrange(year , 1946, 1954)
    asdocx, accum(r(N)',r(mean)’, `r(sd)’)
    asdocx, row( 1946-1954, $accum)

    All yields same error: varlist not allowed.

    Jaemin Lee
    Participant
    Post count: 17

    The problem is solved.
    To mitigate any of these repeated problems, it would be really helpful to run a simple, quick test of regularly used functions (e.g., nested regression table) using small sized sample, whenever there is any update.

    Thank you!

    Jaemin Lee
    Participant
    Post count: 17

    I’m seeing the same result with updated version.
    When I update using asdocx_update, I’m still seeing the August 5th version.

    Jaemin Lee
    Participant
    Post count: 17

    Is it possible that this part is not updated?
    I run the exactly same code and I still get percentages:

    asdocx_update
    sysuse auto, clear

    * using rowsort and colsort options
    asdocx tab rep78 foreign , rowsort colsort replace

    `

    . * using rowsort and colsort options
    . asdocx tab rep78 foreign , rowsort colsort replace

    Tabulation of rep78 foreign
    0 |1 2 3 4
    —-+—————————————————————————–
    1 | Repair Record 1978 Car type
    —-+—————————————————————————–
    2 | 1 Domestic Foreign Total
    3 |3 27 3 30
    4 | 90 10 100
    5 |4 9 9 18
    6 | 50 50 100
    7 |5 2 9 11
    8 | 18.182 81.818 100
    9 |2 8 0 8
    10 | 100 0 100
    11 |1 2 0 2
    12 | 100 0 100
    13 | Total 48 21 69
    14 | 69.565 30.435 100
    ———————————————————————————-

    Jaemin Lee
    Participant
    Post count: 17

    Thank you so much!

    Jaemin Lee
    Participant
    Post count: 17

    I do not get the error if I use regression:
    e.g., asdocx reg ar ma, nest reset

    Jaemin Lee
    Participant
    Post count: 17

    I get the same error when using newey:

    sysuse dir
    sysuse tsline1, clear

    tsset lag
    asdocx newey2 ar ma, lag(12) nest reset

    Jaemin Lee
    Participant
    Post count: 17

    Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)