Skip to content

Commit 7723889

Browse files
authored
Merge pull request #46 from generable/develop
v0.2.10
2 parents dd05863 + 735d631 commit 7723889

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bmstate
22
Type: Package
33
Title: Bayesian multistate modeling
4-
Version: 0.2.9
4+
Version: 0.2.10
55
Authors@R:
66
c(person(given = "Juho",
77
family = "Timonen",

R/MultistateModelFit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ msmfit_exposure <- function(fit, oos = FALSE, data = NULL) {
407407
out <- list()
408408
for (s in seq_len(S)) {
409409
if (sd$do_pk == 1) {
410-
x_auc <- sd$dose_ss / pkpar[[s]][, 2] # D/CL
410+
x_auc <- sd$dose_ss / (pkpar[[s]][, 2] * pkpar[[s]][, 3]) # D/(CL*V2)
411411
} else {
412412
x_auc <- NULL
413413
}

0 commit comments

Comments
 (0)