View source: R/printResults.ParameterValues.R
printResults.ParameterValues | R Documentation |
This function prints a table of parameters from several models.
printResults.ParameterValues(
objs = NULL,
mdfr = NULL,
categories = "all",
processes = "all",
types = "all",
params = "all",
format = c("latex", "docx"),
landscape = FALSE,
fontsize = "11pt",
verbose = FALSE
)
objs |
|
mdfr |
|
categories |
|
processes |
|
types |
|
params |
|
format |
|
landscape |
|
fontsize |
|
verbose |
|
Uses extractMDFR.Results.ParameterValues()
to get a dataframe of parameters.
If format="latex", the package tables is used to create and print a table
in latex format. Output format for values and standard deviations is 3 significant figures.
Specific tables can be created/selected by specifying non-default values for categories, processes, types, and params.
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.