dloglin {MBNMAdose} | R Documentation |
Log-linear (exponential) dose-response function
Description
Modelled assuming relative effects ("rel"
)
Usage
dloglin()
Details
rate\times{log(x + 1)}
Dose-response parameter arguments:
Argument | Model specification |
"rel" | Implies that relative effects should be pooled for this dose-response parameter separately for each agent in the network. |
"common" | Implies that all agents share the same common effect for this dose-response parameter. |
"random" | Implies that all agents share a similar (exchangeable) effect for this dose-response parameter. This approach allows for modelling of variability between agents. |
numeric() | Assigned a numeric value, indicating that this dose-response parameter should not be estimated from the data but should be assigned the numeric value determined by the user. This can be useful for fixing specific dose-response parameters (e.g. Hill parameters in Emax functions) to a single value. |
Value
An object of class("dosefun")
References
There are no references for Rd macro \insertAllCites
on this help page.
Examples
dloglin()
[Package MBNMAdose version 0.4.3 Index]