Learn R Programming

rxode2 (version 2.0.7)

rxDemoteAddErr: Demote the error type

Description

Demote the error type

Usage

rxDemoteAddErr(errType)

Arguments

errType

Error type factor

Value

Demoted Error Type

Examples

Run this code
# 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