Description Usage Arguments Details Value Note Author(s) See Also Examples
View source: R/summary.logbin.r
These functions are all methods
for class logbin
or summary.logbin
objects.
1 2 3 4 5 6 |
object |
an object of class |
x |
an object of class |
correlation |
logical; if |
digits |
the number of significant digits to use when printing. |
signif.stars |
logical; if |
... |
further arguments passed to or from other methods. |
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
.
summary.logbin
returns an object of class "summary.logbin"
, a list with components
call |
the component from |
family |
the component from |
deviance |
the component from |
aic |
the component from |
aic.c |
the component from |
df.residual |
the component from |
null.deviance |
the component from |
df.null |
the component from |
iter |
the component from |
deviance.resid |
the deviance residuals: see |
coefficients |
the matrix of coefficients, standard errors, z-values and p-values. |
aliased |
included for compatibility — always |
dispersion |
the inferred/estimated dispersion. |
df |
included for compatibility — a 3-vector of the number of coefficients, the number of residual degrees of freedom, and the number of coefficients (again). |
cov.unscaled |
the unscaled ( |
cov.scaled |
ditto, scaled by |
correlation |
if |
If object$boundary == TRUE
, the standard errors of the coefficients
are not valid, and a matrix of NaN
s is returned by vcov.logbin
. If
the MLE is not on the boundary but the model contains parameters with monotonicity
constraints, the standard errors do not take this into account and should be used
with caution.
Mark W. Donoghoe markdonoghoe@gmail.com
1 | ## For examples see example(logbin)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.