summary.ProbitSpatial {ProbitSpatial} | R Documentation |
Spatial probit model summaries.
Description
Print the results of a ProbitSpatial
model.
Usage
## S3 method for class 'ProbitSpatial'
summary(object, covar = FALSE, ...)
Arguments
object |
an object of class |
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.
[Package ProbitSpatial version 1.1 Index]