td2pLL | R Documentation |
td2pLL
returns the response value of a fully specified
time-dose two-parameter log-logistic model at a certain time (t) and dose (d)
value:
f(d,t)=100-100\frac{d^h}{EC_{50}(t)^h + d^h}
with
EC_{50}(t) = Δ \cdot t^{-γ} + C_0
td2pLL(time, dose, h, gamma, c0, delta)
time |
( |
dose |
numeric for the dose (or concentration) value where the response shall be calculated |
h |
( |
gamma |
( |
c0 |
( |
delta |
( |
(numeric(1)
)
The response value of the model in percent at the given time
and
dose
value.
td2pLL(time = 4, dose = 0.1, h = 2, gamma = 2.5, c0 = 0.1, delta = 0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.