combine.s2bak | R Documentation |
Combines separately fitted SO, S2 and BaK models into a single S2BaK object. The output will be identical to running the entire process in fit.s2bak function, and can be used in the same situations.
Models can be partially provided, for instance only SO and BaK, in which case the use of s2bak predict functions will not apply S2 but instead only run predictions with sightings-only and BaK adjustment.
Components of s2bak
models can be added or replaced using the
replace.s2bak function.
combine.s2bak(so = NA, s2 = NA, bak = NA)
so |
output from fit.s2bak.so or fit.s2bak.s2 without survey data. |
s2 |
output from fit.s2bak.s2 function |
bak |
output from fit.s2bak.bak function |
Object of class s2bak, equivalent to having run fit.s2bak
## See ?fit.s2bak
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.