Learn R Programming

LorenzRegression (version 2.2.0)

print.summary.LR: 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 summary.LR
print(x, digits = max(3L, getOption("digits") - 3L), ...)

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

Value

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

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".

See Also

summary.LR

Examples

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

Run the code above in your browser using DataLab