Description Usage Arguments Examples
Obtains the curve form from a series of fit results that fit best each feature.
1 | best_fit_select(results_list)
|
results_list |
A list of datasets with different regression results |
1 2 | results_list <- list.files(path="~/results/", pattern="*.csv")
best_fit_results <- do.call("best_fit_select", as.list(results_list))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.