Learn R Programming

Sim.DiffProc (version 4.9)

TEX.sde: Converting Sim.DiffProc Objects to LaTeX

Description

These methods produces the related LaTeX table and mathematic expression for Sim.DiffProc environment.

Usage

TEX.sde(object, ...)

# S3 method for default TEX.sde(object, ...)

Arguments

object

an objects from class MCM.sde and MEM.sde. Or an R vector of expression of SDEs, i.e., drift and diffusion coefficients.

...

arguments to be passed to kable function if object from class MCM.sde.

Author

A.C. Guidoum

Details

New tools for constructing tables and mathematical expressions with Sim.DiffProc package.

An overview of this package, see browseVignettes('Sim.DiffProc') for more informations.

References

Guidoum AC, Boukhetala K (2020). "Performing Parallel Monte Carlo and Moment Equations Methods for Itô and Stratonovich Stochastic Differential Systems: R Package Sim.DiffProc". Journal of Statistical Software, 96(2), 1--82. doi:10.18637/jss.v096.i02

Xie Y (2015). Dynamic Documents with R and knitr. 2nd edition. Chapman and Hall/CRC, Boca Raton, Florida. ISBN 978-1498716963, URL https://yihui.org/knitr/.

Wickham H (2015). Advanced R. Chapman & Hall/CRC The R Series. CRC Press. ISBN 9781498759809.

See Also

kable create tables in LaTeX, HTML, Markdown and reStructuredText.

toLatex converting R Objects to BibTeX or LaTeX.