print.summary.nlstac {nlstac}R 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.


[Package nlstac version 0.2.0 Index]