Learn R Programming

nlstac (version 0.2.0)

print.summary.nlstac: Prints the summary a summary.nlstac object.

Description

Internal function for printing the summary of a nlstac.

Usage

# S3 method for summary.nlstac
print(
  x,
  digits = max(3L, getOption("digits") - 3L),
  signif.stars = getOption("show.signif.stars"),
  ...
)

Arguments

x

An object of class "nlstac" obtained by the fit_tac function.

digits

Number of significant digits to be shown (defaults to 3).

signif.stars

logical. If TRUE, ‘significance stars’ are printed for each coefficient.

...

Ignored, for compatibility issues.