FelicienLL / mapbayr

Easy Maximum A Posteriori Bayesian Estimation of PK parameters in R.
21 stars 2 forks source link

NA in mdv column not filled properly #214

Open FelicienLL opened 1 year ago

FelicienLL commented 1 year ago
ev(amt = 100) %>% 
  as_data_set() %>% 
  obs_rows(time = 1, cmt = 1)
# A tibble: 2 x 7
     ID  time  evid   cmt   amt    DV   mdv
  <int> <dbl> <int> <int> <dbl> <dbl> <int>
1     1     0     1     1   100    NA    NA
2     1     1     0     1     0    NA     1