print.summary.LR {LorenzRegression}R Documentation

Printing method for the summary of a Lorenz regression

Description

Provides a printing method for an object of class "summary.LR".

Usage

## S3 method for class 'summary.LR'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

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

Arguments

x

An object of class "summary.LR". The object might also have S3 class "summary.LR_boot" (which inherits from class "summary.LR")

digits

Number of significant digits to be passed.

...

Additional arguments passed to the function print.

signif.stars

Logical determining whether p-values should be also encoded visually. See the help of the function printCoefmat for more information. This is only relevant if x inherits from "summary.LR_boot".

Value

No return value, called for printing an object of class "LR" to the console.

See Also

summary.LR

Examples

## For examples see example(Lorenz.Reg) and example(Lorenz.boot)


[Package LorenzRegression version 2.1.0 Index]