Initialize Parameter Values for the Michaelis Menten Enzyme Kinetic Model
michaelis_menten_init.Rd
Initialize Parameter Values for the Michaelis Menten Enzyme Kinetic Model
Arguments
- kcat
numeric
initial value forkcat
parameter in the Michaelis Menten model- kM
numeric
initial value for thekM
parameter in the Michaelis Menten model- ...
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.