50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


gkwreg (version 1.0.7)

print.summary.gkwfit: Print Method for summary.gkwfit Objects

Description

Prints the formatted summary of a gkwfit model object, generated by summary.gkwfit. It displays the call, family, coefficient table (with estimates, standard errors, z-values, p-values, and significance stars*), fit statistics (LogLik, AIC, BIC, AICc), number of parameters and observations, fixed parameters (if any), fit method, convergence status including optimizer message, and optionally the correlation matrix of coefficients.

  • Significance stars are shown next to p-values by default if standard errors were available.

Usage

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

Value

Invisibly returns the original input object x. Called primarily for its side effect of printing the summary to the console.

Arguments

x

An object of class "summary.gkwfit", usually the result of summary(gkwfit_object).

digits

Integer; the minimum number of significant digits to display for numeric values. Defaults to max(3L, getOption("digits") - 3L).

signif.stars

Logical; if TRUE, p-values are additionally encoded visually using "significance stars". Defaults to getOption("show.signif.stars", TRUE).

...

Additional arguments passed to printCoefmat.

Author

Lopes, J. E. (with refinements)

See Also

summary.gkwfit, gkwfit, printCoefmat