View source: R/printResults.ParametersAtBounds.R
| printResults.ParametersAtBounds | R Documentation | 
This function prints a table of parameters at bounds for several models.
printResults.ParametersAtBounds(
  objs = NULL,
  mdfr = NULL,
  delta = 1e-04,
  format = c("latex", "docx"),
  landscape = FALSE,
  fontsize = "11pt",
  verbose = FALSE
)
| objs | 
 | 
| mdfr | 
 | 
| delta | 
 | 
| format | 
 | 
| landscape | 
 | 
| fontsize | 
 | 
| verbose | 
 | 
Uses extractMDFR.Results.ParametersAtBounds to get a dataframe of parameters at one of their bounds,
based upon the value for delta. If format="latex", the package tables is used to create and print a table
in latex format.
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.