print.summary.rsm {marg} | R Documentation |
Use print() on a “summary.rsm” object
Description
This is a method for the function print()
for objects
inheriting from class summary.rsm
. See
print
or 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.rsm'
print(x, digits=max(3, getOption("digits")-3),
signif.stars = getOption("show.signif.stars"), quote=TRUE, ...)
## S3 method for class 'summary.rsm'
print(x, digits, signif.stars, quote = TRUE, ...)
See Also
summary.rsm
, print
,
print.default
[Package marg version 1.2-2.1 Index]