(Note that this is kind of tangentially related to #494)
When creating the so called ADMI dataset (a CDISC style version of the imputed datasets) you often need to create flags to indicate which variables have been imputed and what imputation method was used to create them. Currently the only real way of doing this is to use (abuse?) rbmi::delta_template() and merge this information back on.
Though I guess alternatively this functionality might sit better with the rbmiUtils package, though on the other hand if we are going to provide direct support for dataframe inputs to analyse() (#494) then perhaps we should provide better support for creating said dataframes in the first place ?
(Note that this is kind of tangentially related to #494)
When creating the so called ADMI dataset (a CDISC style version of the imputed datasets) you often need to create flags to indicate which variables have been imputed and what imputation method was used to create them. Currently the only real way of doing this is to use (abuse?)
rbmi::delta_template()and merge this information back on.Though I guess alternatively this functionality might sit better with the rbmiUtils package, though on the other hand if we are going to provide direct support for dataframe inputs to analyse() (#494) then perhaps we should provide better support for creating said dataframes in the first place ?