Learn R Programming

MBNMAdose (version 0.4.3)

dnonparam: Non-parameteric dose-response functions

Description

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

Usage

dnonparam(direction = "increasing")

Value

An object of class("dosefun")

Arguments

direction

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

References

Examples

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

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

Run the code above in your browser using DataLab