rxDemoteAddErr {rxode2}R 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


[Package rxode2 version 3.0.2 Index]