Announcement

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

  • transfering data to excel

    Hello everyone,

    When trying to export my probit output table to excel, i get an error. the table is presented below:

    VCbacked | Coef. Std. Err. z P>|z| [95% Conf. Interval]
    ----------------------+----------------------------------------------------------------
    tokensdistributed | -1.824454 .8578954 -2.13 0.033 -3.505898 -.1430096
    cappeddummy | 0 (omitted)
    hardcaplog | .1131385 .1253064 0.90 0.367 -.1324576 .3587345
    Patentactivitydummy | .3764257 .3852203 0.98 0.328 -.3785922 1.131444
    Completewhitepaper | -.5022828 .3432484 -1.46 0.143 -1.175037 .1704717
    Problemdummy | 0 (omitted)
    Solutiondummy | 0 (omitted)
    Technicalaspectdummy | .5402596 .6296035 0.86 0.391 -.6937406 1.77426
    Financialdetailsdummy | 0 (omitted)
    GitHubdummy | .5708313 .414692 1.38 0.169 -.2419502 1.383613
    numberoftotalcommits | .0000674 .0000442 1.52 0.128 -.0000193 .0001541
    Diversityindex | 1.150011 1.88543 0.61 0.542 -2.545365 4.845386
    utilitydummy | .6478353 .6807837 0.95 0.341 -.6864763 1.982147
    Tokensupplylog | -.0149982 .0711659 -0.21 0.833 -.1544809 .1244844
    durationindays | -.0018485 .0033664 -0.55 0.583 -.0084466 .0047496
    Country_n | .0348053 .0202925 1.72 0.086 -.0049673 .0745779
    WPpages | .0042897 .0129377 0.33 0.740 -.0210678 .0296471
    _cons | -1.142926 2.110682 -0.54 0.588 -5.279786 2.993934

    Then I use: outreg2 VCbacked tokensdistributed hardcaplog Patentactivitydummy Completewhitepaper Technicalaspectdummy GitHubdummy numberoftotalcommits Diversityindex utilitydummy Tokensupplylog durationindays Country_n WPpages, replace e(all) label excel alpha(0.001, 0.01, 0.05) symbol(***, **, *) ctitle(VC backed dummy) title(Probit modellen)

    I get the following error: option e() not allowed r(198);

    Does anyone know what I have to do to make sure I can get this table transfered to excel in the prefered way?

    Thanks!!

  • #2
    The output of help outreg2 tells us that using filename is required following your variable list and preceding the comma that introduces the options. The user-written outreg2 command available from SSC apparently doesn't always give a helpful error message when using filename is omitted.

    Comment

    Working...
    X