if (FALSE) {
nlmixr2_warfarin %>%
# This will add all log-normal and the logitnormal params
nlmixr2_prm_associations() %>%
# Make sure theta is in normal scale
# rxode::expit could be plogis in this case
mutate_prm(temax~rxode2::expit) %>%
# Review results
get_prm()
}
Run the code above in your browser using DataLab