View source: R/add_model_preds.R
add_model_preds | R Documentation |
Add model predcition to nested data.
add_model_preds(by_var, ...)
by_var |
A nested tibble, as output by add_nls() |
... |
additional named arguments, passed to downstream functions. Also serves the purpose of allowing irrelevant arguments passed from upstream functions using ... to be ignored. |
The input nested df, with the data column updated to include predictions for the individual sigmoids from the model fits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.