Welcome to aniMotum Discussions! #28
Replies: 8 comments 4 replies
-
Hello, Currently, I am using aniMotum's fit_ssm() function to fit a correlated-random walk to Argos satellite tracking data. However, I have a question regarding the "min.dt" argument within the function and am not sure if I interpret this argument correctly. The documentation says: "minimum allowable time difference between observations; dt <= min.dt will be ignored by the SSM". My first question is: what is the unit of the time difference, i.e. minutes, hours, days? My second question is: does that mean, that if I specify mind.dt = 10, if I have two consecutive detections that are less than e.g. 10 hours (?) apart they will be ignored? What is the intention of the min.dt argument - can it help to increase the goodness of model fit? If so, based on the literature it seems that SSMs have more issues with long time gaps, so would it be useful to have an argument that allows to specify long time gaps that should be excluded from the analysis? Thank you in advance! Vital |
Beta Was this translation helpful? Give feedback.
-
Hi, The unit is seconds. Your point re: SSM having issues with long time gaps in the data is correct, however, I've left it for researchers to decide how they want to address that problem. For example, two simple approaches are: 1) split tracks based on some data gap duration criterion prior to fitting the SSM; 2) split tracks after fitting the SSM by removing SSM-predicted locations in the data gaps. A future version of Thanks for asking the question. Ian |
Beta Was this translation helpful? Give feedback.
-
Hi, I am wondering whether this package currently has the functionality to simulate tracks biased towards set environmental conditions (For example warmer temperatures?) |
Beta Was this translation helpful? Give feedback.
-
There's no simple way to do this if you're fitting the |
Beta Was this translation helpful? Give feedback.
-
Hello Ian, I am trying to find the right commands for mapping individual tracks. So, instead of having them all together on the same map, I'd like to inspect the tracks of every animal (id) individually. What I did was to use the grab function and then just ggplotted every ID with a for loop, but then I missed out on all the nice features in the animotum package. Any idea how to code this inside of animotum? |
Beta Was this translation helpful? Give feedback.
-
Hello, I read that we could feed directly a dataframe into fit_mpm but I don't see any examples doesn't not include fit_ssm first. Would anyone knoow what the dataframe has to look like for the function to work without an ssm object ? Best |
Beta Was this translation helpful? Give feedback.
-
Hi, If you have a data.frame that is structured for
Ian |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
This is the place where aniMotum users can:
Discussions are meant to be informal, unlike raising an issue or feature request there's no particular format you need to follow.
If you have an issue that you think should be dealt with in the aniMotum code, then you can raise one here - please make sure you follow the format provided in the bug template!
Beta Was this translation helpful? Give feedback.
All reactions