https://github.com/adibender/ctrecurrent
Tools for transforming camera trap data to recurrent events data
https://github.com/adibender/ctrecurrent
Last synced: 5 months ago
JSON representation
Tools for transforming camera trap data to recurrent events data
- Host: GitHub
- URL: https://github.com/adibender/ctrecurrent
- Owner: adibender
- Created: 2024-04-21T15:27:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-05T14:23:54.000Z (5 months ago)
- Last Synced: 2025-09-08T23:58:01.522Z (5 months ago)
- Language: R
- Size: 571 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ctrecurrent
The goal of ctrecurrent is to transform the camera trap data into a
format suitable for recurrent event analysis. It contains the function
`ct_to_recurrent` to do so, requiring a dataframe with the following
information for each observation:
- Site ID,
- Timestamp (Date and Time) and
- Species
For full details and methodological background, please see the associated paper: [Ferry et al. (2025) Recurrent Event Analyses for Species Interactions](https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.14338)
## Installation
You can install the development version of ctrecurrent from the R-cran
or from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("adibender/ctrecurrent")
```