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!