Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.simple_slopes

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


reghelper

Helper Functions for Regression Analysis

v1.0.2
GPL-3
Authors
Jeffrey Hughes [aut, cre]
Initial release
2021-02-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.