# NOT RUN {
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
# }
Run the code above in your browser using DataLab