##输出结果到WORD!
library(stargazer) ##生成结果用word打开!
stargazer( fit2, fit3, fit4, fit5,
title = "results", align = F, type = "text",
no.space = TRUE, out = "fit.html")

##输出结果到WORD!
library(stargazer) ##生成结果用word打开!
stargazer( fit2, fit3, fit4, fit5,
title = "results", align = F, type = "text",
no.space = TRUE, out = "fit.html")