print.summary.gkwfit {gkwreg} | R Documentation |
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 class 'summary.gkwfit'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars", TRUE),
...
)
Arguments
x |
An object of class |
digits |
Integer; the minimum number of significant digits to display
for numeric values. Defaults to |
signif.stars |
Logical; if |
... |
Additional arguments passed to |
Value
Invisibly returns the original input object x
. Called primarily
for its side effect of printing the summary to the console.
Author(s)
Lopes, J. E. (with refinements)
See Also
summary.gkwfit
, gkwfit
, printCoefmat