Announcement

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

  • Coefplot and headlings

    Hi,

    This is my first time posting, so if I break some rule please have patience with me. My problem is the following:

    I have made some coefplots, which contain quite a few variables, since all are treated as categorical. As a result I need some headings in the coefplot. These headings used to work fine, but now Stata just seems to ignore them. I have tried running them in STATA 15 and 16, with no luck. I have also tried to disable any skins (blindschemes and plotting)

    Here are how my command looks like:

    coefplot(DKSEDENL), xline(0) drop(_cons) base headings(1.attr_1a="{bf:Reason to leave country of origin}" 1.attr_2a="{bf:Connection to the labour market}" 1.attr_3a="{bf: gender}" 1.attr_4a="{bf:Age}" 1.attr_5a="{bf:Education}" 1.attr_6a="{bf:Language}" 1.attr_7a="{bf:Religious background}")

    Any idea what might be wrong?

    Best regards
    Troels Fage Hedegaard
    Aalborg Universit, Denmark.


  • #2
    Welcome to Statalist. You will increase your chances of a useful answer by following the faq on asking questions - provide Stata code in code delimiters, readable Stata output, and sample data using dataex.

    With a user-written procedure, help often depends on whether someone active on the list uses that procedure. I don't use it. You may need to contact the authors.

    Comment

    Working...
    X