View source: R/add_model_preds.R
add_standard_preds | R Documentation |
Add standard predictions from modelr to data.
add_standard_preds(by_var, ...)
by_var |
A nested tibble, as output by add_nls() |
... |
additional arguments to be passed to downstream functions |
The data tibble, with residuals and predictions added, as calculated by modelr::add_residuals and modelr::add_predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.