methods.slrm | 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'
summary(object, ...)
## S3 method for class 'slrm'
terms(x, ...)
## S3 method for class 'slrm'
labels(object, ...)
## S3 method for class 'slrm'
deviance(object, ...)
## S3 method for class 'slrm'
update(object, fmla, ..., evaluate = TRUE, env = parent.frame())
x , object |
An object of class |
... |
Arguments passed to other methods. |
fmla |
Optional. A formula, to replace the formula of the model. |
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
,
summary
,
terms
,
labels
and
deviance
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.
slrm
, plot.slrm
,
predict.slrm
, simulate.slrm
,
vcov.slrm
,
coef.slrm
.
fit <- slrm(redwood ~ x)
coef(fit)
formula(fit)
tf <- terms(fit)
labels(fit)
deviance(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.