## S3 method for class 'slrm':
coef(object, ...)
"slrm"
.coef
for fitted spatial logistic
regression models (objects of class "slrm"
, usually obtained
from the function slrm
).It extracts the fitted canonical parameters, i.e. the coefficients in the linear predictor of the spatial logistic regression.
slrm
X <- rpoispp(42)
fit <- slrm(X ~ x+y)
coef(fit)
Run the code above in your browser using DataLab