-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
29 lines (22 loc) · 871 Bytes
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: "Utilizing the {cards} and {cardx} packages in the QC Workflow"
engine: knitr
editor:
markdown:
wrap: 72
---
# Overview
The current procedure for generating clinical reporting tables employs
NEST packages such as {rtables}, {tern} and {chevron}. These packages
create complex table structures and generate statistics that should be
programmatically compared.
In this document, we will showcase how the {cards} and {cardx} packages
can be used to QC common outputs generated using NEST packages.
[`r fontawesome::fa("github")`
{cards}](https://github.com/insightsengineering/cards)
[`r fontawesome::fa("github")`
{rtables}](https://github.com/insightsengineering/rtables)
[`r fontawesome::fa("github")`
{tern}](https://github.com/insightsengineering/tern)
[`r fontawesome::fa("github")`
{chevron}](https://github.com/insightsengineering/chevron)