etacorr_cont | R Documentation |
For categorical covariates, use etacorr_cat()
. For continuous
covariates, use etacorr_cont()
.
etacorr_cont(runno, eta, ...)
runno |
Either a xpose compliant run number, NONMEM data in the form of a data frame or data frame extension, or string representing the path to a NONMEM tablefile |
eta |
Which ETAs to plot, e.g. |
... |
Covariates to plot against ETAs. |
No return value, called for side effects
Kendra Radtke, Dhruv Vaish, Sandy Floren
## Not run:
# Continuous Covariates:
# Plot WT, HT, and AGE against ETA1 and ETA2 from run3
etacorr_cont(3, c(1, 2), WT, HT, AGE)
# Plot WT, HT, and AGE against ETA1 and ETA2 from an xpose_data object
xpdb <- xpose::xpose_data(3)
etacorr_cont(xpdb, c(1, 2), WT, HT, AGE)
# Categorical Covariates
# Plot HIV against ETA1 and ETA2 from run3
etacorr_cat("run3", c(1, 2), WT, HT, AGE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.