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

View source: R/print.summary.nlstac.R

print.summary.nlstacR Documentation

Prints the summary a summary.nlstac object.

Description

Internal function for printing the summary of a nlstac.

Usage

## S3 method for class '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.


nlstac documentation built on April 11, 2023, 6:12 p.m.