Function combines different dose-response functions together to create an object containing parameters for multiple dose-response functions.
dmulti(funs = list())
Arguments
funs: A list of objects of class("dosefun"), each element of which corresponds to an agent in the dataset to be modelled. The list length must be equal to the number of agents in network$agents used in mbnma.run(), and the order of the dose-response functions in the list is assumed to correspond to the same order of agents in network$agents.