Internal function for printing the summary of a nlstac.
# S3 method for summary.nlstac
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)An object of class "nlstac" obtained by the fit_tac function.
Number of significant digits to be shown (defaults to 3).
logical. If TRUE, ‘significance stars’ are printed for each coefficient.
Ignored, for compatibility issues.