rxDemoteAddErr: Demote the error type

View source: R/err.R

rxDemoteAddErrR Documentation

Demote the error type

Description

Demote the error type

Usage

rxDemoteAddErr(errType)

Arguments

errType

Error type factor

Value

Demoted Error Type

Author(s)

Matthew Fidler

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


nlmixr2/rxode2 documentation built on Jan. 11, 2025, 8:48 a.m.