| methods.slrm {spatstat} | R Documentation |
These are methods for the class "slrm".
## S3 method for class 'slrm' formula(x, ...) ## S3 method for class 'slrm' print(x, ...) ## S3 method for class 'slrm' terms(x, ...) ## S3 method for class 'slrm' labels(object, ...) ## S3 method for class 'slrm' update(object, ..., evaluate = TRUE, env = parent.frame())
x,object |
An object of class |
... |
Arguments passed to other methods. |
evaluate |
Logical value. If |
env |
Optional environment in which the model should be updated. |
These functions are methods for the generic commands
formula,
update,
print,
terms and
labels
for the class "slrm".
An object of class "slrm" represents a fitted
spatial logistic regression model. It is obtained from slrm.
See the help files for the corresponding generic functions.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
slrm, plot.slrm,
predict.slrm, simulate.slrm,
vcov.slrm,
coef.slrm.
data(redwood) fit <- slrm(redwood ~ x) coef(fit) formula(fit) tf <- terms(fit) labels(fit)