【发布时间】:2017-02-03 22:46:12
【问题描述】:
每次我添加 align=TRUE 时,文档都不会编织。我想对齐每列的系数,以使它们的小数直接在彼此上方/下方。
这是我的“块代码”
```{r, results="asis", echo="FALSE", eval="TRUE"}
library(stargazer)
stargazer(model1, model2, model3, type = "latex",
title = "Country Deaths from Political Violence in 1975",
dep.var.labels.include = FALSE, dep.var.caption = "Deaths",
digits = 1, header = FALSE,
covariate.labels = c("Intercept", "Sanctions", "Political Rights",
"Upper 20 percent income share",
"Interaction of Political Rights and Sanctions"))
```
【问题讨论】:
标签: r-markdown stargazer