Announcement

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

  • table and tables builder - mlogit

    Hi y'all.
    I am running mlogit models using the rrr option.
    When I use table to run the command (below)
    table () (result) (), command(mlogit DV ib(1).IV, vce(cluster C) rrr level (95) nolog) style(default)

    ----------------------------------
    | Coefficient
    ---------------------+------------
    Worse |
    Decreased a lot | 1
    Decreased a little | .6182861
    ...

    I get coefficient values for _r_b instead of relative rate ratios (see column label - these coefficient values).
    I want to use _r_b and _r_lb/_r_ub in my built table as RRR values not as coefficient values. I can't find a solution (besides manual transfromation).
    Cheers,

  • #2
    Please ignore this thread - I realised these are RRR values (I had assumed the word coefficient referred to non-exponentiated values).
    Cheers

    Comment

    Working...
    X