Extract the fitted values of a ProbitSpatial model.
# S3 method for ProbitSpatial
fitted(object, type = c("link", "response", "binary"), cut = 0.5, ...)an object of class ProbitSpatial.
the type of output:
"link"the value of the latent variable. Default.
"response"probability.
"binary"binary 0/1 output.
the threshold probability for the "binary" type.
Default is 0.5.
ignored
Returns the vector of fitted values of the ProbitSpatial model