We showcase a lot of our time and date imputation functions using the CDISC pilot data --DTC variables available in this package.
However, all the --DTC variables have only YYYY-MMM-DD and no times. This means when we do any imputation we either getYYYY-MMM-DD 00:00:00 or YYYY-MMM-DD 23:59:59. This limits our abilities to really showcase the power of our admiral functions.
We should update the --DTC variables to includes times, partial times and partial date.
The MH dataset should also be re-worked to have the ---DTC variables with partial dates, e.g. 2019--- or 2019---07. Others should be looked at as well.
We showcase a lot of our time and date imputation functions using the CDISC pilot data --DTC variables available in this package.
However, all the --DTC variables have only
YYYY-MMM-DD
and no times. This means when we do any imputation we either getYYYY-MMM-DD 00:00:00
orYYYY-MMM-DD 23:59:59
. This limits our abilities to really showcase the power of our admiral functions.We should update the --DTC variables to includes times, partial times and partial date.
The
MH
dataset should also be re-worked to have the ---DTC variables with partial dates, e.g. 2019--- or 2019---07. Others should be looked at as well.