dnonparam: Non-parameteric dose-response functions

View source: R/dose.functions.R

dnonparamR Documentation

Non-parameteric dose-response functions

Description

Used to fit monotonically increasing non-parametric dose-response relationship following the method of \insertCiteowen2015;textualMBNMAdose)

Usage

dnonparam(direction = "increasing")

Arguments

direction

Can take either "increasing" or "decreasing" to indicate the monotonic direction of the dose-response relationship

Value

An object of class("dosefun")

References

\insertAllCited

Examples

# Monotonically increasing dose-response
dnonparam(direction="increasing")

# Monotonically decreasing dose-response
dnonparam(direction="decreasing")


MBNMAdose documentation built on Aug. 8, 2023, 5:11 p.m.