Skip to content

Feature request: SDTM input functions #516

@Gero1999

Description

@Gero1999

So in aNCA we are highly interested in simplifying more and more the mapping. I though that it might make sense to also have these functions available for PKNCA. The idea is to directly accept SDTM data (PC, EX) using their column assumptions and standard naming for the default arguments. That way if an user has a standard SDTM they can directly do:

o_dose <- ex_to_pkncadose(ex)
o_conc <- pc_to_pkncaconc(pc, ex)

or even

o_data <- sdtm_to_pkncadata(pc, ex, dm)

@billdenney what do you think? I will open a draft PR (#517) for you to check an example (ex_to_pkncadose), but feel free to close this issue/PR if is not seen as fitted for PKNCA

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions