by jhines » Tue Jan 22, 2013 10:16 pm
To get the expected number of surveyed sites which are occupied, you could sum all of the conditional psi's. Then convert that to a proportion by dividing by the number of sites.
To get the prob of occupancy for unsurveyed sites, you can compute psi for them by plugging the beta's into the inverse-logit function. For example, if psi is a function of a single site covariate, X(i), where X(i) is the covariate value for site, i, then psi(i)=1/(1+exp(-Beta0 - Beta1*X(i)). Or, an easy way to get PRESENCE to do this for you is to add the additional sites to your data, entering the covariate data as well and entering missing values for each site. (Just don't add in these sites to the sum mentioned above.)
I'd compute average detection probability by copying all of the detection probabilities for each site and survey which did not have missing data to a spreadsheet and compute the average.