Skip to content

Multiple End Points Error #846

Answered by Dan-Bending
Dan-Bending asked this question in Q&A
Discussion options

You must be logged in to vote

Problem solved:

ev <- eventTable(amount.units='ng', time.units='hours') %>%
  add.dosing(dose = 600000, start.time = 10, cmt = 1)

for (x in c(20,21,22)) {
  ev <- ev %>%
    et(seq(0,tend,length.out = tend+1), cmt = x)
}

To simulate multiple end points you need a 'blank' sample in your event table for each end point, here these are 20, 21 and 22.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Dan-Bending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant