These functions are all methods for class logbin
or summary.logbin objects.
# S3 method for logbin
summary(object, correlation = FALSE, ...)# S3 method for summary.logbin
print(x, digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"), ...)
an object of class "logbin", usually from a call to logbin
or logbin.smooth.
an object of class "summary.logbin", usually from a call to
summary.logbin.
logical; if TRUE, the correlation matrix of the estimated parameters is
returned and printed.
the number of significant digits to use when printing.
logical; if TRUE, `significance stars' are printed for each coefficient.
further arguments passed to or from other methods.
summary.logbin returns an object of class "summary.logbin", a list with components
the component from object.
the component from object.
the component from object.
the component from object.
the component from object.
the component from object.
the component from object.
the component from object.
the component from object.
the deviance residuals: see residuals.glm.
the matrix of coefficients, standard errors, z-values and p-values.
included for compatibility --- always FALSE.
the inferred/estimated dispersion.
included for compatibility --- a 3-vector of the number of coefficients, the number of residual degrees of freedom, and the number of coefficients (again).
the unscaled (dispersion = 1) estimated covariance
matrix of the estimated coefficients. NaN if object$boundary == TRUE.
ditto, scaled by dispersion.
if correlation is TRUE, the estimated correlations
of the estimated coefficients. NaN if object$boundary == TRUE.
These perform the same function as 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.
# NOT RUN {
## For examples see example(logbin)
# }
Run the code above in your browser using DataLab