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