methods.slrm: Methods for Spatial Logistic Regression Models
Description
These are methods for the class "slrm".
Usage
## S3 method for class 'slrm':
formula(x, \dots)
## S3 method for class 'slrm':
print(x, ...)
## S3 method for class 'slrm':
terms(x, \dots)
## S3 method for class 'slrm':
labels(object, \dots)
## S3 method for class 'slrm':
update(object, ..., evaluate = TRUE, env = parent.frame())
Arguments
x,object
An object of class "slrm",
representing a fitted spatial logistic regression model.
...
Arguments passed to other methods.
evaluate
Logical value. If TRUE, evaluate the updated call to
slrm, so that the model is refitted;
if FALSE, simply return the updated call.
env
Optional environment in which the model should be updated.
Value
See the help files for the corresponding generic functions.