coef.slrm
From spatstat v1.29-0
by Adrian Baddeley
Coefficients of Fitted Spatial Logistic Regression Model
Extracts the coefficients (parameters) from a fitted Spatial Logistic Regression model.
Usage
## S3 method for class 'slrm':
coef(object, ...)
Arguments
- object
- a fitted spatial logistic regression model.
An object of class
"slrm"
. - ...
- Ignored.
Details
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.
Value
- Numeric vector of coefficients.
See Also
Examples
X <- rpoispp(42)
fit <- slrm(X ~ x+y)
coef(fit)
Community examples
Looks like there are no examples yet.