我正在编织我的R标记文件到pdf,并不断得到这个错误
\begin {align}
\text {using the relation} \\
point estimate \pm z^{2} * SE \\
\text {where z is the z statistic corresponding to 95% of Norm distribution} \\
\end {align*}我认为这是由于在代码的第4行中使用了%。当我删除该行或与代码块分离时,文件编织。请告诉我如何在代码块中更正它。在我的Rmd中有很多这样的场景。
发布于 2022-05-22 17:31:53
尝试:
\text {where z is the z statistic corresponding to 95\(\%\) of Norm distribution} \\这对我有用。
https://stackoverflow.com/questions/69605362
复制相似问题