I'm sure there is a simple solution that I'm overlooking but I'm having trouble getting SECR to output Confidence Intervals for D, g0, and sigma that are not 95%. I'd like each of my models to output 80% CIs for each parameter.
I know you can use coef(model.name, alpha = 0.20) to alter the CIs for the beta parameters and derived(model.name, alpha = 0.20) to alter the CIs for the derived parameters but I'm using the full likelihood and therefore Density isn't derived. Any ideas on how to calculate 80% CIs would be greatly appreciated. I'm assuming it is something that can either be altered within secr.fit(), or possibly it is something you need to specify after the model has already run. Thanks