dmulti {MBNMAdose} | R Documentation |
Agent-specific dose-response function
Description
Function combines different dose-response functions together to create an object containing parameters for multiple dose-response functions.
Usage
dmulti(funs = list())
Arguments
funs |
A list of objects of |
Value
An object of class("dosefun")
Examples
funs <- c(rep(list(demax()),3),
rep(list(dloglin()),2),
rep(list(demax(ed50="common")),3),
rep(list(dexp()),2))
dmulti(funs)
[Package MBNMAdose version 0.4.3 Index]