Evaluate an openCR capture--recapture model. That is, compute the `real' parameters corresponding to the `beta' parameters of a fitted model for arbitrary levels of any variables in the linear predictor.
optional dataframe of values at which to evaluate model
se.fit
logical for whether output should include SE and confidence intervals
alpha
alpha level
savenew
logical; if TRUE then newdata is saved as an attribute
...
other arguments passed to makeNewData
Details
Predictions are provided for each row in `newdata'. The default (constructed by
makeNewData) is to limit those rows to the first-used level of
factor predictors; to include all levels pass all.levels = TRUE to
makeNewData in the ... argument.