

Margaret
A few more questions before getting to the answers.
Is it true that the transects were placed
without regard to the landcover regions? In other words, did
you have a map of your landcover and say: place 30km of
transects into cover type 1, 25km of transects into cover type
2, ... I suspect you probably didn't do that, based on your
figure. Do you seek estimates that are species and landcover
specific? Or is your mention of landcover only because you want
it taken into account in the detection function model? I will
assume you do not want landcover-specific abundance estimates.
I doubt you could get the landcover-specific estimates because
of the design.
If my guesses are correct (no landcover-specific estimates), then do not use landcover as the region. Landcover would appear at the observation-level; associated with each detection (just like species). Region is used for features that were considered in the design (e.g., my study area consists of three management units, I want abundance estimates not only for the study area but also for each management unit--hence management unit is a "region").
Moving on to the treatment of species. If you have sufficient detections per species, then simply subset your data by species to produce species-specific detection functions. If, on the other hand, you have rare species that are poorly represented in your data set by few (<50) detections, then you'll include species as a covariate in the detection function (as you indicated). There is an example of this type of analysis on our examples website:
http://examples.distancesampling.org/Distance-spec-covar/species-covariate-distill.html
Note the use of "object" as the stratification type indicating that species was not a feature of the study that was taken into account during the design of the survey.
If what I'm saying is still making sense, then I'd incorporate cover type and species as covariates in your detection function (when using `ds()`), then use species as the stratification characteristic (merely to get the software to generate species-specific estimates) with "object" type stratification using a call to `dht2` (as with the example I cited above).
You note your study is multi-year, but
you've not mentioned how you wish to treat year in your
analysis: source of differences in detectability? need for
year-specific as well as species-specific estimates? Possibly
more to discuss in this area.
If I have misinterpreted your intention,
we may need another iteration perhaps off the list.
--
You received this message because you are subscribed to the Google Groups "distance-sampling" group.
To unsubscribe from this group and stop receiving emails from it, send an email to distance-sampl...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/distance-sampling/0ccdd875-d957-46ad-b27e-3ed47f50dff6n%40googlegroups.com.
-- Eric Rexstad Centre for Ecological and Environmental Modelling University of St Andrews St Andrews is a charity registered in Scotland SC013532
Hi Eric, thanks for your reply!
1. Your guesses are correct, I only wanted to account for landcover in the detection function model. The transects were created without regard to region, just coverage of the whole area. Thanks for the explanations of "region", I really struggled with interpreting this column but that's pretty clear to me now that I shouldn't use it as a dividing factor in the data, since it wasn't included in the design.
2. Okay, I do have a few species that are pretty rare, so I will keep species in my formula as a covariate, and just add "landcover" as a second one as you suggest. Yes this is all making sense to me now!
3. As for year, yes I do need by-year and by-species estimates. I am not sure if much will change from year to year, though; what reasons might one have for including 'year' as a covariate or calculating separate detection functions for each year? As a sub-question, the spacing of these transect lines did change over time (from 1997-2000 is one spacing, 2001+ is another); would this affect the detection functions?
Thank you, this has been super helpful in clearing up my confusions on how to use Distance sampling!
Margaret
Regarding your #2: don't be overly enthusiastic about including landcover as a covariate in your detection function model. Recognise that circumstances associated with each detection will differ; no two locations have exactly the same habitat characteristics. In reality, you have many more than 7 types of habitats. The pooling robustness property of distance sampling argues that you get unbiased estimates of abundance even if you do not consider all possible factors that affect detectability. Hence, without landcover as a covariate, you will still produce unbiased estimates. Expect some challenges when fitting a detection function with a seven-level covariate. If you expect differences in detectability to be extreme, consider perhaps two or three landcover classes.
Regarding #3: I'm guessing this is an
avian study, although you don't explicitly state that is the
case. If you are studying birds, it is plausible that bird
behaviour might differ between years, influencing the detection
function. But pooling robustness again will be your friend.
The simplest analysis would be to analyse each year of data
separately. No reason to think transect spacing would have an
influence on detectability.
To view this discussion on the web visit https://groups.google.com/d/msgid/distance-sampling/5dab19d2-e657-4515-926a-45d499089152n%40googlegroups.com.
Margaret
I misunderstood your earlier message, where I thought you were conducting line transect surveys. Nevertheless, you can get sampler-specific estimates (point-specific), but not in conjunction with the use of object-type stratification, which you might be using for your rare species.
For species that have their own detection functions, hence do not need the use of `dht2`, you will find sampler-specific estimates in the output produced by `ds` thus:
Assume the output from the `ds` function resides in an object `myoutput`, then
myoutput$dht$individuals$bysample
contain sampler-specific estimates.
Consult ?mrds::dht
for more details.
To view this discussion on the web visit https://groups.google.com/d/msgid/distance-sampling/01c1bbee-4fc4-4a7b-8d4b-c4d6ff2bdc1dn%40googlegroups.com.