rxErrTypeCombine | R Documentation |
Combine error information to figure out what transformation is being applied for the current endpoint
rxErrTypeCombine(oldErrType, newErrType)
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
|
The new transformation as a factor
Matthew Fidler
rxErrTypeCombine("probitNorm")
rxErrTypeCombine("probitNorm") %>%
rxErrTypeCombine("boxCox")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.