eFrame | R Documentation |
eFrame
creates an eFrame data object for use with Nmixture
or occupancy type models
eFrame(y, siteCovs = NULL, obsCovs = NULL)
y |
An MxJ matrix of the observed measured data, where M is the number of sites and J is the maximum number of observations per site. |
siteCovs |
A |
obsCovs |
A list of matrices or data.frames of variables varying within sites. Each matrix or data.frame must be of dimension MxJ. |
a eFrame
holding data containing the response and
covariates required for each model
counts<- san_nic_pre$counts
emf <- eFrame(y=counts)
summary(emf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.