| From: | Matthew Giovanni <matthew...@gmail.com> |
| To: | unma...@googlegroups.com |
| Date: | 09/25/2011 09:45 PM |
| Subject: | Re: [unmarked] Pcount function - Missing estimates in global model |
| Sent by: | unma...@googlegroups.com |
| From: | Whitney Wiest <whitne...@gmail.com> |
| To: | unmarked <unma...@googlegroups.com> |
| Date: | 10/19/2011 01:19 PM |
| Subject: | [unmarked] Re: Pcount function - Missing estimates in global model |
| Sent by: | unma...@googlegroups.com |
To: unma...@googlegroups.com
From: Richard Chandler <rcha...@usgs.gov>
Sent by: unma...@googlegroups.com
Date: 10/20/2011 09:08AM
Subject: Re: [unmarked] Re: Pcount function - Missing estimates in global model
You need to extract the proper data.frame. If MT is an observation
level covariate, do
obsCovs(umf)$MT <- relevel(obsCovs(umf)$MT, ref = "NH")
If MT is a site-level covariate, do
siteCovs(umf)$MT <- relevel(siteCovs(umf)$MT, ref = "NH")
Hope that helps,
Ian