rxErrTypeCombine {rxode2} | R Documentation |
Combine transformations and error structures
Description
Combine error information to figure out what transformation is being applied for the current endpoint
Usage
rxErrTypeCombine(oldErrType, newErrType)
Arguments
oldErrType |
This is the old transformation, by default is
zero representing no prior transformation. This parameter is
first to allow piping. When the parameter |
newErrType |
This is the new distribution that is being
"added" to the current transformation. These assumes the inputs
are in the preferred distribution name, as determined by
|
Value
The new transformation as a factor
Author(s)
Matthew Fidler
Examples
rxErrTypeCombine("probitNorm")
rxErrTypeCombine("probitNorm") %>%
rxErrTypeCombine("boxCox")
[Package rxode2 version 3.0.4 Index]