Hi Chris,
I'm trying to determine the selection of specific conditions in the environment, both at the population level and individual level of owls on one particular island.
When we performed the `rsf.fit` at the individual level, we found ourselves having a problem with the analysis. There are individuals with very limited AKDEs and others expanding half of the island. We are analyzing eight variables: average NDVI, tree cover, elevation, ruggedness, slope, distance to road, urban spaces, and farmlands. The urban and farmland rasters are just binomial rasters, and the rest are continuous variables.
Because we wanted to do `mean()` for the population level, it would be recommended to use `rsf.select()` according to one of your posts on the forum.
The problem is that we would like to analyze the resource preferences using the whole extent of the island rather than randomizing points near the occurrences. For example, we know of one individual living in an urban area in the lowlands. However, the estimates from an `rsf.fit` on the individual don't show a preference for those variables (low elevation and urban areas) because its OD is limited to that space and won't consider that it is not using any high elevation or spaces outside urban areas.
Confusion also arises when we perform the mean() using rsf.fit rather than rsf.select(). The pattern we were expecting has a selection at the individual level but at the population scale.
We are thinking of making an `rsf.fit` at the population level by combining all the points of the different individuals and running it as if it were one individual. We understand that this might not work, but we are kind of lost on what would be the best approach to this.
I'm happy to provide more detailed code based on your suggestions, but at this point, it is more a question of how the back-end calculations are happening for rsf.fit and rsf.select and how we can approach our question with them.
Thank you again for any insight you can provide.
Take care, Josue