fitted.ProbitSpatial: Extract spatial probit model fitted values.

Description Usage Arguments Value

View source: R/ProbitSpatial.R

Description

Extract the fitted values of a ProbitSpatial model.

Usage

1
2
## S3 method for class 'ProbitSpatial'
fitted(object, type = c("link", "response", "binary"), cut = 0.5, ...)

Arguments

object

an object of class ProbitSpatial.

type

the type of output:

"link"

the value of the latent variable. Default.

"response"

probability.

"binary"

binary 0/1 output.

cut

the threshold probability for the "binary" type. Default is 0.5.

...

ignored

Value

Returns the vector of fitted values of the ProbitSpatial model


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