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
Adding an overall column to a demographics table is super common.
The cards package makes it simple to add overall statistics in the ard_stack() function. Since we'll already have all the statistics grouped together in a single ARD, it would be easiest to simply request the overall column in tbl_ard_summary(), which in turn would run add_overall.tbl_ard_summary()
The text was updated successfully, but these errors were encountered:
Adding an overall column to a demographics table is super common.
The cards package makes it simple to add overall statistics in the
ard_stack()
function. Since we'll already have all the statistics grouped together in a single ARD, it would be easiest to simply request the overall column intbl_ard_summary()
, which in turn would runadd_overall.tbl_ard_summary()
The text was updated successfully, but these errors were encountered: