reMap | R Documentation |
Map 1959-1960 efficiency-trial batchDate
s back to the
present, as defined via min.date
and max.date
.
reMap(df, bd, min.date, max.date, strt.dt, end.dt)
df |
Usually a |
bd |
A character vector of length one identifying the name of the
variable holding |
min.date |
The start date for data to include. This is a text string in
the format |
max.date |
The end date for data to include. Same format as
|
strt.dt |
The remapped start date associated with the current trap's minimum (earliest) spline date. |
end.dt |
The remapped end date associated with the current trap's maximum (latest) spline date. |
A list with two dataframes. The first, c0
contains the
remapped batchDate
s (so originating batchDate2
, remapped to
batchDate
), for the originaing b-spline basis matrix, while the
second, allDates
also contains remapped batchDate
s for all
days of interest.
Dataframe allDates
is used as the originating left-table dataframe
against which all other covariate dataframes are merged.
WEST Inc.
## Not run: reMap(df,bd,min.date,max.date,strt.dt,end.dt) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.