Learn R Programming

ngspatial (version 0.5-2)

summary.autologistic: Print a summary of a centered autologistic model fit.

Description

Print a summary of a centered autologistic model fit.

Usage

## S3 method for class 'autologistic':
summary(object, alpha = 0.05,
    digits = 4, ...)

Arguments

object
an object of class autologistic, typically the result of a call to autologistic.
alpha
the significance level for the quantile/HPD intervals. The default is 0.05.
digits
the number of significant digits to display. The default is 4.
...
additional arguments.

Details

This function displays (1) the call to autologistic, (2) a table of estimates, and (3) the size of the bootstrap/posterior samples. Each row of the table of estimates shows the estimated regression coefficient, the $(\alpha/2)100%$ and $(1-\alpha/2)100%$ bootstrap quantiles for the MPLE coefficient or $(1-\alpha)100%$ HPD interval for the Bayesian coefficient, and the Monte Carlo standard error.

See Also

autologistic