Skip to content

Commit

Permalink
modify pknca formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Spinner committed Jan 21, 2025
1 parent c04ac4e commit 6c7a1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny/tabs/nca.R
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ observeEvent(input$submit_analyte, priority = 2, {

mydose <- PKNCA::PKNCAdose(
data = df_dose,
formula = DOSEA ~ TIME | STUDYID + PCSPEC + DRUG + USUBJID + ANALYTE,
formula = DOSEA ~ TIME | STUDYID + PCSPEC + DRUG + USUBJID,
route = route_column,
time.nominal = "NFRLT",
duration = "ADOSEDUR"
Expand Down

0 comments on commit 6c7a1ea

Please sign in to comment.