Coefficients of Fitted Spatial Logistic Regression Model
Extracts the coefficients (parameters) from a fitted Spatial Logistic Regression model.
## S3 method for class 'slrm' coef(object, ...)
object |
a fitted spatial logistic regression model.
An object of class |
... |
Ignored. |
It extracts the fitted canonical parameters, i.e.\ the coefficients in the linear predictor of the spatial logistic regression.
Numeric vector of coefficients.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au adrian@maths.uwa.edu.au
and Rolf Turner r.turner@auckland.ac.nz
X <- rpoispp(42) fit <- slrm(X ~ x+y) coef(fit)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.