fit_model_thru: Fit a model through

Description Usage Arguments Value

View source: R/fit_model_thru.R

Description

Fit a model changing the dependent variable through a given set of variables and collect results

Usage

1
fit_model_thru(dep_var_list, data, rhs, fitmodel, ...)

Arguments

dep_var_list

the set of variables to be used as the dependent variable

data

a data frame

rhs

right hand side of the formula used in the fitmodel

fitmodel

a function for fitting a model.

...

this will be delivered to the fitmodel function

Value

a tibble (or data frame)


Rundmus/Useful2me-R_package documentation built on Nov. 13, 2020, 4:16 p.m.