Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
\SexprR Markdownドキュメントに埋め込まれたLaTeX方程式内で使用できるようなコマンドはありますか? 次のようなものを使用して、単純な線形回帰の方程式を形成したいと思います。
\Sexpr
$\hat{Y}= \Sexpr{coef(model)[[1]]} + \Sexpr{coef(model)[[2]]} \cdot Length$