Skip to content

Instantly share code, notes, and snippets.

@mattfidler
Created October 22, 2019 18:42
Show Gist options
  • Save mattfidler/573bba47eba2c3a76898b46eb019fa11 to your computer and use it in GitHub Desktop.
Save mattfidler/573bba47eba2c3a76898b46eb019fa11 to your computer and use it in GitHub Desktop.
model piping
## Now try proportional
cmt2fit.prop <- cmt2fit.logn %>%
update(linCmt() ~ prop(prop.sd)) %>%
nlmixr(est="saem", table=tableControl(npde=TRUE, cwres=TRUE))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment