powered by
Prepare datasets for interactive forest plot
prepare_ae_forestly( meta, population = NULL, observation = NULL, parameter = NULL, components = "par", reference_group = NULL, ae_listing_display = c("USUBJID", "SITEID", "SEX", "RACE", "AGE", "ASTDY", "AESER", "AEREL", "AEACN", "AEOUT", "ADURN", "ADURU"), ae_listing_unique = FALSE )
An outdata object.
outdata
A metadata object created by metalite.
A character value of population term name. The term name is used as key to link information.
A character value of observation term name. The term name is used as key to link information.
A character value of parameter term name. The term name is used as key to link information.
A character vector of components name.
An integer to indicate reference group. Default is 2 if there are 2 groups, otherwise, the default is 1.
A vector of name of variables used to display on AE listing table.
A logical value to display only unique records on AE listing table.
adsl <- forestly_adsl[1:100,] adae <- forestly_adae[1:100,] meta_forestly( dataset_adsl = adsl, dataset_adae = adae ) |> prepare_ae_forestly()
Run the code above in your browser using DataLab