TexSummary {StableEstim} | R Documentation |
LaTeX summary
Description
Creates a TeX table from a summary object or a vector of files.
Usage
TexSummary(obj, files = NULL, sep_ = ",", FctsToApply = StatFcts,
caption = "Statistical Summary", label = "Simtab",
digits = 3, par_index = 1, MCparam = 1000, ...)
Arguments
obj |
|
files |
|
sep_ |
field separator character to be passed to function
|
FctsToApply |
functions used to produce the statistical summary to be passed
to the function |
caption |
|
label |
|
digits |
|
par_index |
|
MCparam |
number of Monte Carlo simulations for each couple of parameters, default = 1000; integer. |
... |
other arguments to be passed to function
|
Details
Accepted values for par_index
are c(1,2,3,4)
or
c("alpha","beta","gamma","delta")
or mixed.
Some examples are provided in the example folder.
Value
a list
of length length(par_index)
whose elements are
objects from class Latex
(produced by toLatex
)
See Also
Estim_Simulation
,
ComputeStatObjectFromFiles
,
xtable