fit_regression: Compute the paths coefficients for analayses of moderated...

Description Usage Arguments Value References

View source: R/fit_regression.R

Description

Compute the paths coefficients for analayses of moderated mediations.

Usage

1
fit_regression(est_sample, est_formula, est_method, est_family)

Arguments

est_sample

Tibble. Table containing the data.

est_formula

Formula or list of formulas for a system of equations.

est_method

Character. Method for the regression ("glm", "felm", or "sysfit").

est_family

Character. Family for glm (e.g. "gaussian", "binomial").

Value

A tibble gathering the regression coefficients.

References

Arne Henningsen and Jeff D. Hamann (2007). systemfit: A Package for Estimating Systems of Simultaneous Equations in R. Journal of Statistical Software 23(4), 1-40. http://www.jstatsoft.org/v23/i04/.


NicolasJBM/modlR documentation built on May 14, 2021, 1:52 p.m.