print.simple_slopes: Print simple slopes.

View source: R/simple_slopes.R

print.simple_slopesR Documentation

Print simple slopes.

Description

print method for class "simple_slopes".

Usage

## S3 method for class 'simple_slopes'
print(
  x,
  digits = max(3L, getOption("digits") - 3L),
  signif.stars = getOption("show.signif.stars"),
  ...
)

Arguments

x

An object of class "simple_slopes", usually, a result of a call to simple_slopes.

digits

The number of significant digits to use when printing.

signif.stars

Logical. If TRUE, 'significance stars' are printed for each coefficient.

...

Further arguments passed to or from other methods.

See Also

simple_slopes


jeff-hughes/reghelper documentation built on Sept. 9, 2023, 1:52 p.m.