
Last chance! 50% off unlimited learning
Sale ends in
Plots a fitted Spatial Logistic Regression model.
# S3 method for slrm
plot(x, ..., type = "intensity")
a fitted spatial logistic regression model.
An object of class "slrm"
.
Extra arguments passed to plot.im
to
control the appearance of the plot.
Character string (partially) matching one of
"probabilities"
, "intensity"
or "link"
.
None.
This is a method for plot
for fitted spatial logistic
regression models (objects of class "slrm"
, usually obtained
from the function slrm
).
This function plots the result of predict.slrm
.
# NOT RUN {
data(copper)
X <- copper$SouthPoints
Y <- copper$SouthLines
Z <- distmap(Y)
fit <- slrm(X ~ Z)
plot(fit)
plot(fit, type="link")
# }
Run the code above in your browser using DataLab