backTransform-methods: Methods for Function backTransform in Package 'unmarked'

Description Usage Arguments Methods

Description

Methods for function backTransform in Package ‘unmarked’. This converts from link-scale to original-scale

Usage

1
2
3
4
## S4 method for signature 'unmarkedFit'
backTransform(obj, type)
## S4 method for signature 'unmarkedEstimate'
backTransform(obj)

Arguments

obj

Object of appropriate S4 class

type

one of names(obj), eg '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 type as one of the values returned by names(obj).

obj = "unmarkedLinComb"

Back-transform a predicted value created by linearComb. This is done internally by predict but can be done explicitly by user.


ianfiske/unmarked documentation built on May 18, 2019, 1:28 a.m.