Hi ctmm community, likely a quick question here. I am hoping to calculate the average daily speed for some birds I have been tracking.
I have run the speed function on GPS relocations for 5 birds, using their respective ctmm models and telemetry data. Code below.
The birds had relocation data for variable lengths of time (~1-3 months).
However, the CI outputs were quite high for daily speed, so I am wondering what the timescale of the 'average' speed (CI) is (or can I manually set it?).
Is the CI output the average daily speed? Or is it the average speed over the whole time of sampling?
> speed <- Map(ctmm::speed,
gttnov24_telemetry_cov_001,
GTTnov24_ctmm_best_nocyc_002)
After reading the function's documentation I am just a bit confused, so I would greatly appreciate any guidance!