Non-parameteric dose-response functions
Used to fit monotonically increasing non-parametric dose-response relationship following the method of \insertCite owen2015;textualMBNMAdose)
dnonparam(direction = "increasing")
direction
: Can take either "increasing"
or "decreasing"
to indicate the monotonic direction of the dose-response relationshipAn object of class("dosefun")
# Monotonically increasing dose-response dnonparam(direction="increasing") # Monotonically decreasing dose-response dnonparam(direction="decreasing")
\insertAllCited