addorremoveCovariate {nlmixr2extra} | R Documentation |
Add covariate
Description
Add covariate
Usage
addorremoveCovariate(ui, varName, covariate, add = TRUE)
Arguments
ui |
compiled rxode2 nlmir2 model or fit |
varName |
the variable name to which the given covariate is to be added |
covariate |
the covariate that needs string to be constructed |
add |
boolean indicating if the covariate needs to be added or removed. |
Author(s)
Matthew Fidler, Vishal Sarsani
[Package nlmixr2extra version 2.0.10 Index]