print.summary.nlmm {nlmm} | R Documentation |
nlmm
Summary Object
Print summary of an nlmm
object.
## S3 method for class 'summary.nlmm'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
a |
digits |
a non-null value for digits specifies the minimum number of significant digits to be printed in values. |
... |
not used. |
Marco Geraci