View source: R/print.summary.nlstac.R
print.summary.nlstac | R Documentation |
Internal function for printing the summary of a nlstac.
## S3 method for class 'summary.nlstac'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
x |
An object of class |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.