Previously, I had set my variables in my encounter history which looked like this.
/* Eric Miller data for woodcock nests
in xxxxxx State Park, Pennsylvania,
Occasions=49 (march 15 thru May 2),
Covariates are
1) shrub_Height in meters,
2) Stem_density (# of woody stems per measurement area),
3) indicator variable for cover type (0 if native, 1 if invasive),
4) indicator variable for soil moisture (0 if dry, 1 if moist, 2 if wet) */
nest survival group=1;
/* 1 */ 25 27 40 0 1 12.5 20 1 1 ;
/* 3 */ 27 29 40 0 1 8.0 15 1 0 ;
/* 4 */ 14 27 40 0 1 5.0 17 1 0 ;
/* 5 */ 20 27 40 1 1 6.0 15 1 0 ;
/* 6 */ 28 28 40 0 1 15.0 15 1 0 ;
/* 7 */ 30 33 40 1 1 5.0 15 1 0 ;
/* 8 */ 32 34 40 0 1 13.0 13 1 1 ;
/* 9 */ 33 37 40 0 1 13.0 17 1 1 ;
/* 10 */ 34 37 40 0 1 6.0 9 1 1 ;
The model turned out ok and produced the following graph:

But after reading chapter 17 again, I am wondering if I should reassign my cover variable as 2 seperate indicator variables similiar to the mallard example. My confusion is due to the fact that the model only indentified cover as an important factor, not specifically native or invasive cover which is needed to test my hypothesis that female woodcock will successfully nest in invasive cover. Also, the text "Proportion of Native Cover" under the x axis should read "Cover type" since the model didn't seem to express which cover was favored.
Thanks for your help.
Eric
homiller@state.pa.us