"slrm"
.
"formula"(x, ...)
"print"(x, ...)
"terms"(x, ...)
"labels"(object, ...)
"update"(object, ..., evaluate = TRUE, env = parent.frame())
"slrm"
,
representing a fitted spatial logistic regression model.
TRUE
, evaluate the updated call to
slrm
, so that the model is refitted;
if FALSE
, simply return the updated call.
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
.
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)
Run the code above in your browser using DataLab