This function returns a named list of properties of the SDTM object:
Usage
# S3 method for class 'sdtm'
summary(object, ...)
Details
study
The study identifier as character.subjects
The USUBJIDs as character.domains
The included domains by their SDTM code and the number of respective unique USUBJID, as data frame,treatments
The uniqueEXTRT
as character.arms
The uniqueACTAMCD
andACTARM
as data frame.doses
The uniqueEXTRT
andEXDOSE
as data frame.specimems
The uniquePCSPEC
as character.analytes
The uniquePCTEST
andPCTESTCD
as data frame.pc_timepoints
The uniquePCTPT
andPCTPTNUM
as data frame.analyte_mapping
The analyte mapping as data frame (seeadd_analyte_mapping()
).metabolite_mapping
The metabolite mapping as data frame (seeadd_metabolite_mapping()
).time_mapping
The time mapping as data frame (seeadd_time_mapping()
).
Examples
summary(examplinib_poc)
#> -------- SDTM data set summary --------
#> Study 2023000022
#>
#> Data disposition
#> DOMAIN SUBJECTS OBSERVATIONS
#> dm 103 103
#> vs 103 206
#> ex 80 468
#> pc 80 1344
#> lb 103 103
#> pp 13 432
#>
#> Arms (DM):
#> ACTARMCD ACTARM
#> TREATMENT Single Arm Treatment
#> SCRNFAIL Screen Faillure
#>
#> Treatments (EX):
#> EXAMPLINIB
#>
#> PK sample specimens (PC):
#> PLASMA
#>
#> PK analytes (PC):
#> PCTEST PCTESTCD
#> RS2023 RS2023
#> RS2023487A RS2023487A
#>