print.summaryRsm: Use print() on a "summaryRsm" object

View source: R/marg.R

print.summaryRsmR Documentation

Use print() on a “summaryRsm” object

Description

This is a method for the function print() for objects inheriting from class summaryRsm. 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 'summaryRsm'
print(x, digits=max(3, getOption("digits")-3), 
      signif.stars = getOption("show.signif.stars"), quote=TRUE, ...)
## S3 method for class 'summaryRsm'
print(x, digits, signif.stars, quote = TRUE, ...)

See Also

summary.rsm, print, print.default


marg documentation built on June 8, 2025, 12:33 p.m.