View source: R/createLatexForTable.ParamValues.Numbers.R
createLatexForTable.ParamValues.Numbers | R Documentation |
This function prints a table of parameters from several models.
createLatexForTable.ParamValues.Numbers(
mdfr,
params = "all",
fontsize = c("normal", "small"),
table_type = c("", "longtable"),
caption = "",
label = "",
conn = NULL,
verbose = FALSE
)
mdfr |
|
params |
|
fontsize |
|
table_type |
|
caption |
|
label |
|
conn |
|
verbose |
|
mdfr
should be a dataframe obtained from extractMDFR.Results.ParameterValues()
,
filtered to include only param_init_numbers and/or param_init_bounded_numbers.
The output format for values and standard deviations is 3 significant figures.
NOTE: wtsMarkdown::writeTabularToLatex()
is used to create the latex code representing
the tabular object. If conn=""
, the latex code is written to standard output. If conn
is a filename or a
connection object, the latex code is written to that. If it is NULL, the code is not written to an output device.
In all cases, the code is returned as a string, invisibly.
latex text string representing the table (for later insertion into a markdown document)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.