by EGNolte » Sat Jan 29, 2011 2:50 pm
Bret,
Thanks for responding. I'm sorry I stopped checking the forum after a few days. I still have not figured this issue out.
My experiment involves an hourly count of migrating raptors. Two pairs of observers are present. One pair is designated primary, and the other secondary, and they perform roles analogous to those described by Nichols (2000) for point counts. I have coded the capture histories of birds detected by the primary observers as '10' and birds detected by the secondary observers as '01.' Because detection by the secondary observers is dependent on non-detection by the primary observers, I have set c=0. The structure of my input is demonstrated below. The fields labeled with two-letter codes in caps are dummy variables indicating whether or not a given observer was on the detecting observer team (So for each record there are two of these 9 fields marked 1, and the rest 0, Unless the second observer of the pair was not one of the 9 regular observers, in which case there is only one). My design matrix includes columns for each of these variables.
/*...Field List: #Identifier#, History, Frequency, DK, DR, EN, GM, ID, JG, JK,
PA, SC, Accipiter, Buteo, Circus, Eagle, Falco, Osprey,
Alt/Dist, Wingspan, BPH, CldCover, WindV, WindNS, WindVNS, Temp,
Baro, Date, Year, Day, Hour*/
/* 1 */ 10 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 4 43 9 1 7.2 -1 -7.2 34 24.43 40052 1 3 15.0 ;
/* 2 */ 10 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 4 49 9 1 7.2 -1 -7.2 34 24.43 40052 1 3 15.0 ;
/* 3 */ 10 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 5 22 9 1 7.2 -1 -7.2 34 24.43 40052 1 3 15.0 ;
/* 4 */ 10 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 5 49 9 1 7.2 -1 -7.2 34 24.43 40052 1 3 15.0 ;