backTransform-methods {unmarked} | R Documentation |
Methods for Function backTransform in Package ‘unmarked’
Description
Methods for function backTransform
in Package `unmarked'.
This converts from link-scale to original-scale
Usage
## S4 method for signature 'unmarkedFit':
backTransform(obj, whichEstimate)
## S4 method for signature 'unmarkedEstimate':
backTransform(obj)
Arguments
obj |
Object of appropriate S4 class |
whichEstimate |
Either 'state' or 'det' |
Methods
- obj = "unmarkedEstimate"
- Typically done internally
- obj = "unmarkedFit"
- Back-transform a parameter from a fitted model. Only
possible if no covariates are present. Must specify argument whichEstimate
as either 'state' or 'det'.
- obj = "unmarkedLinComb"
- Back-transform a predicted value created by
linearComb
. This is done internally by predict
but
can be done explicitly by user.
[Package
unmarked version 0.8-1
Index]