Hey All,
I'm comparing density estimates between two different areas - NSC and SSC. I conducted 4 sampling occasions and used a categorical vegetation type covariate with 9 factors. My top supported model for the NSC = D~1, g0~t:veg, sigma~t:veg, while the top model for the SSC = D~1, g0~t+veg, sigma~t+veg. I would like to see what the occasion-specific estimates of g0 and sigma are for each vegetation type. When the two covariates are in independent models I simply use the following:
predict(NSC.V, newdata = data.frame(veg=factor(1:9)))
predict(NSC.Ti, newdata = data.frame(t=factor(1:4))).
Can I call up the g0 estimate for a specific vegetation type in each sampling occasion? Any help would be great!