| estCovar | R Documentation |
Query individual covariates and their recorded units from an Access CAMP database.
estCovar(dbCov, covName, estType, traps, obs.eff.df, xwalk, oursitevar)
dbCov |
An object originating from function |
covName |
The text string name of an environmental covariate, with its
units appended via an underscore, e.g., |
estType |
A single number taking on values |
traps |
A vector of |
obs.eff.df |
A data frame containing observed efficiency trials. Note that this data frame contains one day for all in-between days, given efficiency trials. |
xwalk |
A data frame containing lookup information tying
|
oursitevar |
The integer of length one identifying the
|
Quantitative variables are fed into a smoothing spline (via function
smooth.spline) so as to allow for exact interpolation / prediction on
efficiency time values.
Qualitative variables, which currently only includes "weather",
simply reports values. No smoothing is performed.
Data frame obs.eff.df with the requested covariate's data
values appended on days for which data were available.
WEST Inc.
getCAMPEnvCov
## Not run: estCovar(dbCov,covName,estType,traps,obs.eff.df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.