Description Usage Arguments Value
Given a data frame of arguments for building a random walk model, return the ones that fit best to the experimental data determined by their r-squared value.
1 | get_best_args(arg_df)
|
arg_df |
Data frame. Calculated by calc_fit_multi(). One row contains the arguments for building a random walk model. Column arg_df$r2 is the r-squared value correlating the model built by those arguments and the experimental data. |
One-row data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.