You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, create a long format data frame that stores statistic from each summarized groups (splits) in its own row
Currently, rtables returns results in ‘cells’, which means things like “Min - Max”, “Mean (SD)” are returned in one cell. We need tern to always return a named list (or lists) for all the statistics, and then we could update as_result_df() to export statistics by each “splits”
#950#947#949
# NEWS
* Completed `make_ard = TRUE` support for `as_result_df()`.
* Added `stat_names` to `rcell()` to be used by `as_result_df(make_ard =
TRUE)`.
---------
Signed-off-by: Davide Garolini <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Emily de la Rua <[email protected]>
Co-authored-by: Emily de la Rua <[email protected]>
By default, create a long format data frame that stores statistic from each summarized groups (splits) in its own row
Currently, rtables returns results in ‘cells’, which means things like “Min - Max”, “Mean (SD)” are returned in one cell. We need tern to always return a named list (or lists) for all the statistics, and then we could update as_result_df() to export statistics by each “splits”
see tern insightsengineering/tern#1352
The text was updated successfully, but these errors were encountered: