SS_makeHTMLdiagnostictable: Make html diagnostic tables

View source: R/SS_makeHTMLdiagnostictable.R

SS_makeHTMLdiagnostictableR Documentation

Make html diagnostic tables

Description

Creates html tables that show diagnostic outputs, including status checks, gradients, and correlations.

Usage

SS_makeHTMLdiagnostictable(replist, plotdir = NULL, gradmax = 0.001)

Arguments

replist

A list object created by SS_output().

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

Value

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

Author(s)

Christine Stawitz

See Also

SS_plots(), SS_output(), SS_html()


r4ss documentation built on May 28, 2022, 1:11 a.m.