eFrameMNS | R Documentation |
eFrameMNS
creates an eFrameMNS 'stacked' data object for use with closed population
multinomial removal models using the robust design where sampling occurs over
a number of primary and secondary periods. Data for each primary period is 'stacked'
into rows with an indicator variable added to identify each primary period. The data can
then be analysed using closed population removal models to estimate the trend in abundance
between primary periods.
eFrameMNS(rem, siteCovs = NULL, obsCovs = NULL, delta = NULL)
rem |
A |
siteCovs |
A |
obsCovs |
A list of matrices or data.frames of variables varying within sites.
Each matrix or data.frame must be of dimension |
delta |
A vector with elements giving the time units between primary periods for each site beginning with 1 for the first primary period. A default value of 1 is used to indicate equal time intervals between primary periods. |
a eFrameMNS
holding stacked data for each primary period.
rem<- san_nic_open$removals
emf<-eFrameMNS(rem)
summary(emf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.