coef.slrm | R Documentation |
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. |
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.
Numeric vector of coefficients.
and \rolf
slrm
X <- rpoispp(42) fit <- slrm(X ~ x+y) coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.