0

我正在使用 RStudio 中的 knitr 编写报告。还使用 psych 包进行因子分析:

```{r, results='asis'}
library(psych)
data(Thurstone)
fa.Thurstone<-fa(Thurstone)
fa2latex(fa.Thurstone)
```

当我运行此代码块时,它会导致错误:

! LaTeX Error: Unknown float option `d'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.124 \begin{scriptsize} \begin{table}[htdp]

pandoc: Error producing PDF from TeX source
Error: pandoc document conversion failed with error 43

当我保存 TeX 代码时,它在 LaTeX 中运行良好,但在 knitr 中运行良好。

关于如何解决这个问题的任何建议?

4

0 回答 0