calculate D at y where D~y

questions concerning anlysis/theory using program DENSITY and R package secr. Focus on spatially-explicit analysis.

calculate D at y where D~y

Postby howeer » Tue Feb 05, 2013 4:37 pm

Good day,
In a recent analysis of black bear data, a linear relationship with y-coordinates was the best-suppoted density model. Density increased as we moved North along a peninsula, away from areas of more intensive human use.

Beta parameters (coefficients)
beta SE.beta lcl ucl
D -7.4913281 0.2478314 -7.9770687 -7.0055875
D.y 0.5434952 0.1767871 0.1969988 0.8899916

Y-coordinates of mesh points ranged from 4922354 to 5011961, i.e. the region of integration extended nearly 90 km from north to south.

How can I calculate expected density at diferent locations (y-coordinates)? Does secr.fit standardize or round-off y-coordinates?

Thanks in advance,

Eric
howeer
 
Posts: 39
Joined: Wed Jun 21, 2006 10:49 am

Re: calculate D at y where D~y

Postby murray.efford » Tue Feb 05, 2013 6:18 pm

Hi Eric
Have you met predictDsurface()? Coefficients from secr.fit relate to the normalised mask x- and y-coordinates (mean and SD stored as attribute meanSD), so manual computation is a little tricky.
Hope this is enough - let me know if you need more detail.
Murray

Code: Select all
 attr(make.mask(make.grid()), 'meanSD')
murray.efford
 
Posts: 712
Joined: Mon Sep 29, 2008 7:11 pm
Location: Dunedin, New Zealand

Re: calculate D at y where D~y

Postby howeer » Thu Feb 07, 2013 2:57 pm

Ah.
Would you believe I'd already used PredictDsurface for plotting, but didn't think to look for the values there?
Thanks,
Eric
howeer
 
Posts: 39
Joined: Wed Jun 21, 2006 10:49 am


Return to analysis help

Who is online

Users browsing this forum: No registered users and 2 guests