我在R中有一个数据集,并且在某一点上取六个值的方差(0.156,0.128,0.159,0.171,0.140,0.157)。在R控制台中运行此代码很好 - R吐出0.0002341667。但是,当我在Knitr中运行相同的操作来生成PDF时,我收到以下错误:
! Missing $ inserted.
<inserted text>
$
l.395 2.3416667\times
pandoc.exe: Error producing PDF from TeX source
Error: pandoc document conversion failed with error 43
如果我取平方根,则错误不会发生。有什么想法吗?我的代码(不包括从我的来源提取)在下面。
values <- c(0.156, 0.128, 0.159, 0.171, 0.140, 0.157)
var(values)
答案 0 :(得分:0)
请将\ usepackage [utf8] {inputnc}添加到rmarkdown包中tufte-handout.tex文件的前导码中。 https://github.com/rstudio/rmarkdown/commit/484d5b8e903e0e0c75c82f707efa35f9fd9a52b0