rxDemoteAddErr | R Documentation |
Demote the error type
rxDemoteAddErr(errType)
errType |
Error type factor |
Demoted Error Type
Matthew Fidler
rxErrTypeCombine("add") %>%
rxErrTypeCombine("prop")
# This removes the internal additive error
rxErrTypeCombine("add") %>%
rxErrTypeCombine("prop") %>%
rxDemoteAddErr()
# This is used for logitNorm(NA), the additive portion is stripped
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.