add_model_stats: Add statistics

View source: R/add_model_stats.R

add_model_statsR Documentation

Add statistics

Description

Add statistics

Usage

add_model_stats(by_var, ...)

Arguments

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.

Value

The input nested df, with an additional columns named "tidied", and "glanced" containing the outputs of broom::tidy and broom::glance, respectively.


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