fitted.ProbitSpatial {ProbitSpatial} | R Documentation |
Extract spatial probit model fitted values.
Description
Extract the fitted values of a ProbitSpatial
model.
Usage
## S3 method for class 'ProbitSpatial'
fitted(object, type = c("link", "response", "binary"), cut = 0.5, ...)
Arguments
object |
an object of class |
type |
the type of output:
|
cut |
the threshold probability for the |
... |
ignored |
Value
Returns the vector of fitted values of the ProbitSpatial
model
[Package ProbitSpatial version 1.1 Index]