如何在输出文件中抑制 stargazer() 信息 [英] How to suppress stargazer() information in output file

查看:15
本文介绍了如何在输出文件中抑制 stargazer() 信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 stargazer 包将 R 数据帧输出为乳胶代码:

I'm using the stargazer package to output an R dataframe as latex code:

library(stargazer)

stargazer(mtcars)

这是输出

% Table created by StarGazer v.3.0.1 by Marek Hlavac, Harvard University. E-mail: hlavac at fas.harvard.edu
% Date and time: Thu, May 09, 2013 - 16:14:28
egin{table}[htb] centering 
  caption{} 
  label{} 
footnotesize 

egin{tabular}{@{extracolsep{5pt}}l c c c c c } 
\[-1.8ex]hline 
hline \[-1.8ex] 
Statistic & multicolumn{1}{c}{N} & multicolumn{1}{c}{Mean} & multicolumn{1}{c}{St. Dev.} & multicolumn{1}{c}{Min} & multicolumn{1}{c}{Max} \ 
hline \[-1.8ex] 
mpg & 32 & 20.091 & 6.027 & 10.400 & 33.900 \ 
cyl & 32 & 6.188 & 1.786 & 4 & 8 \ 
disp & 32 & 230.722 & 123.939 & 71.100 & 472.000 \ 
hp & 32 & 146.688 & 68.563 & 52 & 335 \ 
drat & 32 & 3.597 & 0.535 & 2.760 & 4.930 \ 
wt & 32 & 3.217 & 0.978 & 1.513 & 5.424 \ 
qsec & 32 & 17.849 & 1.787 & 14.500 & 22.900 \ 
vs & 32 & 0.438 & 0.504 & 0 & 1 \ 
am & 32 & 0.406 & 0.499 & 0 & 1 \ 
gear & 32 & 3.688 & 0.738 & 3 & 5 \ 
carb & 32 & 2.812 & 1.615 & 1 & 8 \ 
hline \[-1.8ex] 

ormalsize 
end{tabular} 
end{table} 

注意输出包括两行乳胶注释(前两行,开始 %).如何停止输出前两行(以 % 开头)?

Note the output includes two lines of latex comments (top two lines, beginning %). How can I stop the top two lines (beginning %) from being outputted?

这里提出了一个类似的问题,但涉及 xtable():在R markdown文件上使用表格标题,使用knitr在pandoc中使用以转换为pdf

A similar question, but concerning xtable() was asked here: Using table caption on R markdown file using knitr to use in pandoc to convert to pdf

推荐答案

从 4.0 版开始(现在可在 CRAN 上使用),您可以使用参数 header=FALSE 运行 stargazer 以省略 Latex 代码输出中的初始注释.

From version 4.0 onwards (available on CRAN now), you can run stargazer with the argument header=FALSE to omit the initial comments in your Latex code ouput.

这篇关于如何在输出文件中抑制 stargazer() 信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆