Gilead-BioStats / gsm

Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
39 stars 9 forks source link

Closes #1937 Display only results of metrics where data is available in reports #1953

Closed zdz2101 closed 1 day ago

zdz2101 commented 2 days ago

Overview

Try "removing" kri0001 and cou0001 from the analysis data in example 3.1

# Step 3 - Create Reporting Layer - create reports using metrics data
reporting_wf <- MakeWorkflowList(strPath = "workflow/3_reporting")
reporting <- RunWorkflows(reporting_wf, c(mapped, list(lAnalyzed = analyzed[-c(1,13)],
                                                       lWorkflows = metrics_wf)))