Summary of Dose-Normalized PK Parameter by Treatment Arm, PK Population
Analyte: Plasma Drug X
Visit: CYCLE 1 DAY 1
———————————————————————————————————————————————————————————————
PK Parameter ARM A ARM C
———————————————————————————————————————————————————————————————
RENALCLD (L/hr/mg)
n 134 132
Mean (SD) 0.00487 (0.000965) 0.00511 (0.000934)
CV (%) 19.8 18.3
Geometric Mean 0.00477 0.00502
CV % Geometric Mean 21.2 19.7
Median 0.00497 0.00515
Min - Max 0.00238 - 0.00726 0.00236 - 0.00741
Experimental use!
WebR is a tool allowing you to run R code in the web browser. Modify the code below and click run to see the results. Alternatively, copy the code and click here to open WebR in a new tab.
Summary of Dose-Normalized PK Parameter by Treatment Arm, PK Population
Analyte: Plasma Drug Y
Visit: CYCLE 1 DAY 1
—————————————————————————————————————————
PK Parameter ARM C
—————————————————————————————————————————
RENALCLD (L/hr/mg)
n 132
Mean (SD) 0.00509 (0.00103)
CV (%) 20.3
Geometric Mean 0.00499
CV % Geometric Mean 21.4
Median 0.00502
Min - Max 0.00236 - 0.00794
Experimental use!
WebR is a tool allowing you to run R code in the web browser. Modify the code below and click run to see the results. Alternatively, copy the code and click here to open WebR in a new tab.
Code
library(dplyr)library(tern)library(stringr)adpp <- random.cdisc.data::cadppadpp <- adpp %>%filter(AVISIT =="CYCLE 1 DAY 1", str_detect(tolower(PARAM), regex("norm by dose", ignore_case =TRUE)))