Skip to content

Commit

Permalink
remove pcstresu
Browse files Browse the repository at this point in the history
  • Loading branch information
js3110 committed Dec 11, 2024
1 parent 9a3f38a commit 539b7f4
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 @@ -210,7 +210,7 @@ observeEvent(input$submit_analyte, priority = 2, {
units = PKNCA::pknca_units_table(
concu = myconc$data$AVALU[1],
doseu = myconc$data$DOSEU[1],
amountu = myconc$data$PCSTRESU[1],
amountu = myconc$data$AVALU[1],
timeu = myconc$data$RRLTU[1]
)
)
Expand Down

0 comments on commit 539b7f4

Please sign in to comment.