print.summary.rsm: Use print() on a "summary.rsm" object

Description Usage See Also

View source: R/marg.R

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

1
2
3
4
5
## 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


marg documentation built on May 2, 2019, 7:55 a.m.