Description Usage Arguments Value
Simulate toxicological/pharmacological mixture experiment data
1 2 3 4 5 6 7 8 9 10 11 | Sim_Mixture(
x,
y,
n,
SCDR_model = "Hill2",
par_Hill,
interaction_model,
par_int = NULL,
distribution,
par_dist = 1
)
|
x |
sequence of doses first compound. May contaon zeroes |
y |
sequence of doses second compound. May contaon zeroes |
n |
number of binomial samples at various dose values |
SCDR_model |
family of the single compound dose-response curve |
par_Hill |
parameters of the Hill functions. If par_Hill = (a1,b1,a2, b2) a1 is a in 1/(1+(a/x)**b) for first compound b1 is b in 1/(1+(a/x)**b) for first compound a2 is a in 1/(1+(a/x)**b) for second compound b2 is b in 1/(1+(a/x)**b) for second compound |
interaction_model |
'Loewe','Bliss','Hewlett','Voelund' or 'JonkerSA' |
par_int |
parameter for interaction model |
distribution |
distribution of response conditional on Hill function value |
par_dist |
param of the previous distribution |
list with input parameters and simulated responses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.