Hello all,
I have recently started using the oSCR package to fit spatial capture-recapture (SCR) models. I'm working with genetic data collected across three different years, each containing two seasons. For now, I am focusing on a single season across three years and treating each year as a temporal session.
I created the state space externally, including covariates, with a structure like this:
Will covariates such as HFI and FC be automatically included in the model as part of the state space when using the code above? I can see them included in the ss object, but I’m unsure if they are utilized correctly in the model fitting.
I also have an Effort covariate in the trap file (tdf). If I want to model the effect of HFI on density (D) and Effort on detection probability (p0), should my model look like this?
--
You received this message because you are subscribed to the Google Groups "oSCR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oscr_package...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/oscr_package/9af7bb2a-cc74-4c64-86aa-080032aaa14fn%40googlegroups.com.
Hi Dan,
Thank you for your response and for clarifying the TDF covariates. Regarding the external state space: do I need to explicitly supply each state space covariate as shown in Vignette 1 (e.g., ssDF <- rsfDF <- data.frame(ss, z = nybears$elevation)), or can I simply use an external data frame with the covariates, which will be incorporated automatically when I convert the data frame into an ssDF class?
Also, regarding the telemetry data, could you please provide a bit more guidance on how to specify the starting values? I would like to test the model using the null model's starting values, initially without including the telemetry data.
Best Regards,
Prashant