View source: R/SS_makeHTMLdiagnostictable.R
SS_makeHTMLdiagnostictable | R Documentation |
Creates html tables that show diagnostic outputs, including status checks, gradients, and correlations.
SS_makeHTMLdiagnostictable(replist, plotdir = NULL, gradmax = 0.001)
replist |
A list object created by |
plotdir |
Directory where the text files containing the tables will be written. By default it will be the directory where the model was run. |
gradmax |
the largest gradient value for estimated parameter; the default is 1E-3 |
a three-element vector; the first element is the name of the html table file, the second is the table caption, and the third is the category of output type
Christine Stawitz
SS_plots()
, SS_output()
, SS_html()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.