View source: R/add_model_stats.R
add_model_stats | R Documentation |
Add statistics
add_model_stats(by_var, ...)
by_var |
A nested tibble, as output by add_nls() |
... |
additional named arguments, an argument supplied here to serve the purpose of allowing irrelevant arguments passed from upstream functions using ... to be ignored. |
The input nested df, with an additional columns named "tidied", and "glanced" containing the outputs of broom::tidy and broom::glance, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.