summary.ProbitSpatial {ProbitSpatial} | R Documentation |
Print the results of a ProbitSpatial
model.
## S3 method for class 'ProbitSpatial'
summary(object, covar = FALSE, ...)
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 |
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.
This functions does not return any value.