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