print.summary.nlreg {nlreg} | R Documentation |
Use print() on a ‘summary.nlreg’ object
Description
This is a method for the function print()
for objects
inheriting from class summary.nlreg
. See
print
and print.default
for
the general behaviour of this function and for the interpretation of
x
, digits
, signif.stars
and quote
.
Usage
## S3 method for class 'summary.nlreg'
print(x, digits, signif.stars, quote = TRUE, ...)
Details
The function defaults to:
print.summary.nlreg(x, digits = max(3, getOption("digits")-3), signif.stars = getOption("show.signif.stars"), quote = TRUE, \dots)
See Also
summary.nlreg
, print
,
print.default
[Package nlreg version 1.2-4 Index]