powered by
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".
"slrm"
Extra arguments passed to plot.im to control the appearance of the plot.
plot.im
Character string (partially) matching one of "probabilities", "intensity" or "link".
"probabilities"
"intensity"
"link"
None.
This is a method for plot for fitted spatial logistic regression models (objects of class "slrm", usually obtained from the function slrm).
plot
slrm
This function plots the result of predict.slrm.
predict.slrm
slrm, predict.slrm, plot.im
# 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