Description Usage Arguments Details Value See Also Examples
Apply multiFit
to all rows or all columns of a table.
1 |
models |
[list] A list of models to fit |
data |
[matrix/table] The data to fit |
margin |
[integer] As in |
conv |
[function] Function that converts vectors into data frames to which |
... |
Additional arguments passed to |
Finding the right model and the right starting estimates for a model is often a time consuming process, very inconvenient to do manually. This function automates it as much as possible. It takes a list of models and starting estimates, as well as a list of datasets, and fits all the models to all the datasets. If any of the fits results in an error or a warning, the message is saved and can be inspected in the output, but it does not halt the process. fitTable
is an extension of multiFit
which fits multiple models to a single dataset.
[list.multiFit] A list of results returned by the fitting function (cf. multiFit
).
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.