print.summary.gkwfit | R Documentation |
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.
## S3 method for class 'summary.gkwfit'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars", TRUE),
...
)
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 |
Invisibly returns the original input object x
. Called primarily
for its side effect of printing the summary to the console.
Lopes, J. E. (with refinements)
summary.gkwfit
, gkwfit
, printCoefmat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.