Initialize Parameter Values for an Agonist Sigmoid Model
sigmoid_agonist_init.Rd
Creating initial values for an agonist sigmoid model parameters
that can be passed to the sigmoid_model()
along with the
sigmoid_agonist_formula()
and sigmoid_agonist_prior()
.
Arguments
- ec50
numeric
ornumeric
returningfunction
units of the treatment. If the treatment islog_dose
, the default value of-6
corresponds1e-6
molar =1
μM- hill
numeric
ornumeric
returningfunction
with unitsresponse/log_dose
- top
numeric
ornumeric
returningfunction
with units of the response- bottom
numeric
ornumeric
returningfunction
with units of the response- ...
additional parameter initialization. Each named argument should be a function that returns a
numeric
orarray
depending on the dimension of the parameter, seerstan_default_init()
to use the rstan default init.