0

I am currently working on some probit regressions with the life package. Does anyone know how to export the outputs to word? I am just running regressions like:

library(bife)

probLdbifea <- bife(Esieg ~ TTRverf + deltaTTR|spieler,
                    model = "probit", bias_corr = TRUE,
                    data = datregL)

and would like to export the output like it is possible with "stargazer" for "normal" regressions

Thanks in advance!

Rui Barradas
  • 70,273
  • 8
  • 34
  • 66
Matze
  • 27
  • 5
  • Please post a *reproducible example*. See [How to make a great R reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example). – Rui Barradas Dec 09 '19 at 13:13
  • I am just running regressions like: probLdbifea=bife(Esieg~TTRverf+deltaTTR|spieler,model="probit",bias_corr=TRUE, data = datregL) and would like to export the output like it is possible with "stargazer" for "normal" regressions – Matze Dec 09 '19 at 13:14
  • You should edit the question with that information, it's more difficult to read code posted as comments. You can, for instance, take an example from the package's documentation and use it to ask the question. – Rui Barradas Dec 09 '19 at 13:18
  • 1
    Maybe `stargazer(summary(probLdbifea)$cm, type = "html", out = "bife.html")`. – Rui Barradas Dec 09 '19 at 14:26

0 Answers0