Last data update: 2014.03.03

R: Print a summary of a centered autologistic model fit.
summary.autologisticR Documentation

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) the values of the control parameters, (3) a table of estimates, and (4) the size of the bootstrap/posterior sample. Each row of the table of estimates shows a parameter estimate, the confidence or HPD interval for the parameter, and, where applicable, the Monte Carlo standard error.

See Also

autologistic

Results