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, ...)
x,object |
An object of class |
... |
Arguments passed to other methods. |
These functions are methods for the generic commands
formula
,
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@csiro.au http://www.maths.uwa.edu.au/~adrian/
slrm
, plot.slrm
,
predict.slrm
, simulate.slrm
,
update.slrm
, vcov.slrm
,
coef.slrm
.
data(redwood) fit <- slrm(redwood ~ x) coef(fit) formula(fit) tf <- terms(fit) labels(fit)