summary.ProbitSpatial: Spatial probit model summaries.

Description Usage Arguments Details Value

View source: R/ProbitSpatial.R

Description

Print the results of a ProbitSpatial model.

Usage

1
2
## S3 method for class 'ProbitSpatial'
summary(object, covar = FALSE, ...)

Arguments

object

an object of class ProbitSpatial.

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

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.

Value

This functions does not return any value.


ProbitSpatial documentation built on June 30, 2021, 9:06 a.m.