Last chance! 50% off unlimited learning
Sale ends in
Extracts the coefficients (parameters) from a fitted Spatial Logistic Regression model.
# S3 method for slrm
coef(object, ...)
a fitted spatial logistic regression model.
An object of class "slrm"
.
Ignored.
Numeric vector of coefficients.
This is a method for 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.
# NOT RUN {
X <- rpoispp(42)
fit <- slrm(X ~ x+y)
coef(fit)
# }
Run the code above in your browser using DataLab