Announcement

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

  • Outreg2 addnote() - limited number of characters?

    Hello everybody,

    hopefully someone can give me a hand on the following problem:

    I am using the outreg2 demand to export result tables into word. I added the command addnote() to display some notes under the table.
    Unfortunately it is just showing a certain number of characters in word. Does anyone know if it is true that characters are limited in this command or is there a mistake in the following command:

    outreg2 using x.doc, replace addtext(xxx) drop(xxx) addstat(F-test, e(F), rho, `e(rho)') addnote("Control Variables are not displayed separately as they are the same as in Table 4 without significantly differing effects for Model 2 and 4." "Firm fixed effects and Year fixed effects are included." "F is the F-statistic for all models." "“rho” explains how much of the standard deviation can be explained by the unobserved effect.") sortvar( xxx) tstat ctitle (xxx) noni long label dec(3)

    "xxx" are just placeholders.

    Thank you for your help.

    Best regards
    Alessio
Working...
X