Learn R Programming

MBNMAdose (version 0.5.0)

dloglin: Log-linear (exponential) dose-response function

Description

Modelled assuming relative effects ("rel")

Usage

dloglin()

Arguments

Value

An object of class("dosefun")

Details

\(rate\times{log(x + 1)}\)

Dose-response parameter arguments:

ArgumentModel 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.

References

Examples

Run this code
dloglin()

Run the code above in your browser using DataLab