powered by
A convenient quick check for how probabilities are currently assigned, based on set_dv_probs.
set_dv_probs
list_dv_probs(xpdb, .problem = NULL, .dv_var = NULL)
<tibble> of probabilities
tibble
<xp_xtras> object
xp_xtras
<numeric> Problem number to use. Uses the all problems if NULL
numeric
NULL
<tidyselect> of column having the categorical observation. Default is first-listed catdv.
tidyselect
catdv
pkpd_m3 %>% set_dv_probs(1, 1~LIKE, .dv_var = BLQ) %>% list_dv_probs(.dv_var=BLQ)
Run the code above in your browser using DataLab