dsm.var.prop {dsm} | R Documentation |
Prediction variance propagation for DSMs
Description
This function is deprecated, use dsm_var_prop.
Usage
dsm.var.prop(
dsm.obj,
pred.data,
off.set,
seglen.varname = "Effort",
type.pred = "response"
)
Arguments
dsm.obj |
a model object fitted by |
pred.data |
either: a single prediction grid or list of prediction
grids. Each grid should be a |
off.set |
a a vector or list of vectors with as many elements as there
are in |
seglen.varname |
name for the column which holds the segment length
(default value |
type.pred |
should the predictions be on the "response" or "link"
scale? (default |
[Package dsm version 2.3.3 Index]