vanhasseltlab / CS-PKPD

1 stars 1 forks source link

HELLO #1

Open YYYH-123 opened 2 years ago

YYYH-123 commented 2 years ago

hello,I would like to ask why your code is used S_tV/10^9 ? if(is.na(as.integer( S_tV ))) {

                              n_itr <- floor(S_t*V/10^9)

                              res_t <- floor(S_t*V - n_itr*10^9)
YYYH-123 commented 2 years ago

Why do you use seq(0,1) and how does it affect the results? ev <- eventTable(amount.units="mg", time.units="hours") %>% add.sampling(seq(0,1)) %>%