Skip to content

Commit

Permalink
Merge pull request #59 from Merck/58-quick-example-in-readme-and-cran…
Browse files Browse the repository at this point in the history
…-vignette-needs-an-update

update example
  • Loading branch information
nanxstats authored Jul 17, 2024
2 parents 7d9720c + e5ab8e7 commit fbf486d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ Here is a quick example
library("forestly")

meta_forestly(
forestly_adsl,
forestly_adae
dataset_adsl = forestly_adsl,
dataset_adae = forestly_adae,
parameter_term = "any;rel;ser",
population_subset = SAFFL == "Y",
observation_subset = SAFFL == "Y"
) |>
prepare_ae_forestly(parameter = "any;rel;ser") |>
format_ae_forestly() |>
Expand Down
1 change: 1 addition & 0 deletions vignettes/forestly-cran.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ forestly_adae$TRTA <- factor(forestly_adae$TRTA, levels = c("Xanomeline Low Dose
meta_forestly(
dataset_adsl = forestly_adsl,
dataset_adae = forestly_adae,
parameter_term = "any;rel;ser",
population_subset = SAFFL == "Y",
observation_subset = SAFFL == "Y"
) |>
Expand Down

0 comments on commit fbf486d

Please sign in to comment.