add_standard_preds: Add standard predictions from modelr to data.

View source: R/add_model_preds.R

add_standard_predsR Documentation

Add standard predictions from modelr to data.

Description

Add standard predictions from modelr to data.

Usage

add_standard_preds(by_var, ...)

Arguments

by_var

A nested tibble, as output by add_nls()

...

additional arguments to be passed to downstream functions

Value

The data tibble, with residuals and predictions added, as calculated by modelr::add_residuals and modelr::add_predictions.


taiawu/dsfworld_package documentation built on June 18, 2024, 5:39 a.m.