79816358

Date: 2025-11-11 07:59:16
Score: 1
Natty:
Report link

You can resolve this issue by converting the tbl_hierarchical object to a standard gtsummary table using as_gt() or as_tibble() before merging. The “Zero rows” output causes incompatibility during stacking, so ensure each table has consistent structure (e.g., same columns) or use tbl_merge() after standardizing formats.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Orange Biotech