
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'slrm':
plot(x, ..., type = "intensity")
"slrm"
.plot.im
to
control the appearance of the plot."probabilities"
, "intensity"
or "link"
.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
.
slrm
,
predict.slrm
,
plot.im
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