report.summary.fptl | R Documentation |
A report is generated with the information contained in an object of class “summary.fptl”.
## S3 method for class 'summary.fptl'
report(obj, tex = FALSE, digits = 8, heading = TRUE, ...)
obj |
an object of class “summary.fptl”, a result of a call to |
tex |
logical, specifies whether to generate formatted LaTeX output ( |
digits |
integer indicating the significant digits to be used. |
heading |
logical, specifies whether to include information about the diffusion process and the boundary ( |
... |
additional arguments potentially passed (currently none is considered). |
The resulting report can be recicled by copy-and-pasting into a document (if tex = FALSE
)
or directly included into a LaTeX file (if tex = TRUE
).
Send the report to the command windows.
Patricia Román-Román, Juan J. Serrano-Pérez and Francisco Torres-Ruiz.
P. Román-Román, J.J. Serrano-Pérez, F. Torres-Ruiz. (2012) An R package for an efficient approximation of first-passage-time densities for diffusion processes based on the FPTL function. Applied Mathematics and Computation, 218, 8408–8428.
P. Román-Román, J.J. Serrano-Pérez, F. Torres-Ruiz. (2014) More general problems on first-passage times for diffusion processes: A new version of the fptdApprox R package. Applied Mathematics and Computation, 244, 432–446.
summary.fptl
to create objects of class “summary.fptl” from objects of class
“fptl”.
Approx.fpt.density
to create objects of class “fpt.density” with the attribute summary.fptl
of class “summary.fptl”
is.summary.fptl
to test whether an object is of class “summary.fptl”.
## Continuing the summary.fptl(.) example:
report(yy, digits = 4)
report(yy, tex = TRUE, digits = 4)
report(zz)
report(zz, tex = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.