Learn R Programming

ProbitSpatial (version 1.0)

summary.SpatialProbit: Spatial probit model summaries.

Description

Print the results of a SpatialProbit model.

Usage

"summary"(object, covar = FALSE, ...)

Arguments

object
an object of class SpatialProbit.
covar
should the statistics be computed with the matrix of variance of the parametes or not. Default is FALSE, hence Likelihood-ratio statistics are printed.
...
further arguments

Value

This functions does not return any value.

Details

The summary function prints
Model
Featurs on the model and dataset.

Time
Estimation time.

Statistics
Standard errors of the estimated parameters. If covar=TRUE, it uses the matrix of variance of the parameters, else the likelihood ratio test.

Accuracy
Confusion Matrix and accuracy of the estimated model.