Demote the error type
rxDemoteAddErr(errType)
errType
Demoted Error Type
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
Matthew Fidler
Useful links