Skip to content

Commit

Permalink
update pkcg03 with cohort_id parameter (#132)
Browse files Browse the repository at this point in the history
closes #131
merge after [tern PR
#1078](insightsengineering/tern#1078)
  • Loading branch information
ayogasekaram authored Oct 18, 2023
1 parent 7a5d873 commit 23f775a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions book/graphs/pharmacokinetic/pkcg03.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ result <- g_lineplot(
y = "AVAL",
strata = "ARM",
paramcd = "PARAM",
y_unit = "AVALU"
y_unit = "AVALU",
cohort_id = "USUBJID"
),
alt_counts_df = adsl_f,
y_lab = "Concentration",
Expand Down Expand Up @@ -79,7 +80,8 @@ result <- g_lineplot(
y = "avalog",
strata = "ARM",
paramcd = "PARAM",
y_unit = "AVALU"
y_unit = "AVALU",
cohort_id = "USUBJID"
),
alt_counts_df = adsl_f,
y_lab = "Concentration",
Expand Down Expand Up @@ -109,5 +111,4 @@ plot
```

{{< include ../../repro.qmd >}}

:::
2 changes: 1 addition & 1 deletion package/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Suggests:
teal (>= 0.12.0.9003),
teal.modules.clinical,
teal.modules.general (>= 0.2.15),
tern (>= 0.8.4.9004),
tern (>= 0.9.1.9011),
tern.mmrm,
tern.rbmi,
tibble,
Expand Down

0 comments on commit 23f775a

Please sign in to comment.