Print the results of a ProbitSpatial model.
# S3 method for ProbitSpatial
summary(object, covar = FALSE, ...)an object of class ProbitSpatial.
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
This functions does not return any value.
The summary function prints
Featurs on the model and dataset.
Estimation time.
Standard errors of the estimated parameters. If
covar=TRUE, it uses the matrix of variance of the parameters, else the
likelihood ratio test.
Confusion Matrix and accuracy of the estimated model.