fit_by_cond | R Documentation |
This function applies the fit_model
function to each specified condition individually. It iteratively fits a given model to each condition and compiles the fitting results.
fit_by_cond(mname, conds, lower, upper)
mname |
A string specifying the name of the 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_model
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.