print.summary.gkwreg {gkwreg}R Documentation

Print Method for Generalized Kumaraswamy Regression Summaries

Description

Formats and prints the summary output of a fitted Generalized Kumaraswamy (GKw) regression model (objects of class "summary.gkwreg").

Usage

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

Arguments

x

An object of class "summary.gkwreg", typically the result of a call to summary.gkwreg.

digits

Integer, controlling the number of significant digits to print. Defaults to max(3, getOption("digits") - 3).

signif.stars

Logical. If TRUE, significance stars are printed next to the p-values in the coefficient table. Defaults to the value of getOption("show.signif.stars").

...

Additional arguments, currently ignored by this method.

Details

This is the print method for objects created by summary.gkwreg. It formats the summary information for display in the console. It is typically invoked automatically when print() is called on a summary.gkwreg object, or simply by typing the name of the summary object in an interactive R session.

The output includes:

Value

Invisibly returns the original input object x. This allows the output of print() to be assigned, but it primarily prints the formatted summary to the console.

Author(s)

Lopes, J. E.

See Also

summary.gkwreg, gkwreg, printCoefmat


[Package gkwreg version 1.0.10 Index]