Created
October 22, 2019 18:42
-
-
Save mattfidler/573bba47eba2c3a76898b46eb019fa11 to your computer and use it in GitHub Desktop.
model piping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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