fit_stochastic_by_cond | R Documentation |
This function applies the fit_stochastic_model
function to each specified condition individually. It iteratively fits a stochastic version of the given model to each condition and aggregates the fitting results.
fit_stochastic_by_cond(mname, conds, lower, upper)
mname |
A string specifying the name of the stochastic model to be fitted to each condition. |
conds |
A list where each element represents a different condition with its respective data. |
lower |
Numeric vector of lower bounds for the model's parameters. |
upper |
Numeric vector of upper bounds for the model's parameters. |
A list of fitting results, where each element corresponds to a different condition. The fitting results are objects returned from the fit_stochastic_model
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.