rxDemoteAddErr function

Demote the error type

Demote the error type

rxDemoteAddErr(errType)

Arguments

  • errType: Error type factor

Returns

Demoted Error Type

Examples

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

Author(s)

Matthew Fidler