Hello all,
I am fairly new to Program R, especially RMark, so I apologize if these questions are very basic. Currently, I am working on a nest survival model in RMark following the Mallard example closely. However, I have encountered some issues that I am hoping someone may be able to clarify for me.
First of all, my observed nest predation distribution is not normal or linear, it looks like it would fit a poisson or negative binomial distribution over time. Is there a way, or is it statistically valid, to fit my data to a different distribution (such as the poisson or negative binomial) and re-analyze my models to see if these distributions provide a better fit? I have not been able to find a way to fit my data to these distributions when following the mallard example.
Second, Once my models run, I would like to try and plot them. However, when I use the find.covariates function, 0 covariates are found. When I look at the output to my model, it also states that there are 0 covariates. In my processed data set and ddl, I have type, cam, and road, and time should be one as well. Why does it not recognize these covariates? Does that mean my current model estimates are wrong if the covariates are not being recognized?
Unfortunately, I can not share my code. I can only say that I am very closely following the mallard example. I recognize that this may make assisting me difficult, but can anyone help me out using the mallard example as sample code?
I appreciate any help I can get. Thank you all.