See the generic function description.
# S3 method for coefEstEval
tfplot(x, cumulate=TRUE, norm=FALSE, bounds=TRUE,
invert=FALSE, Sort=FALSE, graphs.per.page = 5, ...)
an object for which a tfplot is to be produced.
logical indicating if the cumulative average of roots should be plotted
logical indicating if the inverse of roots should be plotted
logical indicating if the roots should be sorted.
integer indicating number of graphs to place on a page.
logical indicating if the euclidean norm of roots should be plotted (square root of the sum of squared roots).
logical indicating if estimated one standard error bounds should be plotted around the lines for the true roots.
arguments passed to other methods.
If cumulate is true the cumulative average is plotted. If norm is true the norm is used, each parameter is plotted. If invert is true the reciprical is used (before cumulating). If Sort is true then sort is applied (before ave). This is not usually recommended but of interest with estimation methods like black.box which may not return parameters of the same length or in the same order. Plotting the true lines only makes sense if truth is the same length as result (and sometimes not even then).
tfplot
EstEval