View source: R/convenience-functions.R
wt_replace_tmtt | R Documentation |
This function uses a lookup table of model-predicted values to replace 'TMTT' entries in listener-processed ARU data from WildTrax. The model-predicted values were produced using estimated abundances for 'TMTT' entries in mixed effects model with a Poisson distribution and random effects for species and observer.
wt_replace_tmtt(data, calc = "round")
data |
Dataframe of WildTrax observations, for example the summary report. |
calc |
Character; method to convert model predictions to integer ("round", "ceiling", or "floor"). See |
A dataframe identical to input with 'TMTT' entries in the abundance column replaced by integer values.
## Not run:
dat.tmtt <- replace_tmtt(dat, calc="round")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.