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
Hi,
I want to generate hierarchical tables with both adverse event incidence rates and counts. Thus I tried to merge the results of tbl_hierarchical() and tbl_hierarchical_count() but the resulting table is no longer hierachically ordered.
NOTE TO SELF: We just need to update tbl_merge() to include grouping variables and levels in the variable-wise merging to retain the order. OR we could just recommend tbl_cbind() (#1855)
Hi,
I want to generate hierarchical tables with both adverse event incidence rates and counts. Thus I tried to merge the results of
tbl_hierarchical()
andtbl_hierarchical_count()
but the resulting table is no longer hierachically ordered.See examples below:
I managed to reorder it manually this way :
I think
tbl_merge
should be able to manage hierarchical tables.Thanks!
The text was updated successfully, but these errors were encountered: