R/piping-model.R
rxSetPipingAuto.Rd
Set the variables for the model piping automatic covarite selection
rxSetPipingAuto(
thetamodelVars = rex::rex(or("tv", "t", "pop", "POP", "Pop", "TV", "T", "cov", "err",
"eff")),
covariateExceptions = rex::rex(start, or("wt", "sex", "crcl", "kout"), end),
etaParts = c("eta", "ETA", "Eta", "ppv", "PPV", "Ppv", "iiv", "Iiv", "bsv", "Bsv",
"BSV", "bpv", "Bpv", "BPV", "psv", "PSV", "Psv")
)
Nothing, called for side effects
This is called once at startup to set the defaults, though you can change this if you wish so that piping can work differently for your individual setup