print.summary.nlmm {nlmm}R Documentation

Print an nlmm Summary Object

Description

Print summary of an nlmm object.

Usage

## S3 method for class 'summary.nlmm'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

a summary.nlmm object.

digits

a non-null value for digits specifies the minimum number of significant digits to be printed in values.

...

not used.

Author(s)

Marco Geraci

See Also

nlmm, summary.nlmm


[Package nlmm version 1.1.0 Index]