methods
for class logbin
or summary.logbin
objects.
"summary"(object, correlation = FALSE, ...)
"print"(x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), ...)
"logbin"
, usually from a call to logbin
or logbin.smooth
.
"summary.logbin"
, usually from a call to
summary.logbin
.
TRUE
, the correlation matrix of the estimated parameters is
returned and printed.
TRUE
, `significance stars' are printed for each coefficient.
summary.logbin
returns an object of class "summary.logbin"
, a list with components
object
.object
.object
.object
.object
.object
.object
.object
.object
.residuals.glm
.FALSE
.dispersion = 1
) estimated covariance
matrix of the estimated coefficients. NaN
if object$boundary == TRUE
.dispersion
.correlation
is TRUE
, the estimated correlations
of the estimated coefficients. NaN
if object$boundary == TRUE
.summary.glm
and print.summary.glm
,
producing similar results for logbin
models. print.summary.logbin
additionally prints
the small-sample corrected AIC (aic.c
), and the number of EM iterations for the parameterisation
corresponding to the MLE.The dispersion used in calculating standard errors is fixed as 1
.
logbin
, summary.glm
## For examples see example(logbin)
Run the code above in your browser using DataLab