This function is like add1
in that it considers each possible term that could be
added to the model object
(or only the terms listed in the scope
argument),
adds each such term to the model, and measures the change in the model.
In this case the change is measured by computing the ROC curve
for the added covariate, using the original model object
as a
baseline.
Either object
or scope
should be a fitted point process
model, and the other argument may be a fitted point process model or a
formula. If object
is a fitted model then scope
may be a
character vector of the names of variables to be added.