Description Usage Arguments Value References
View source: R/fit_regression.R
Compute the paths coefficients for analayses of moderated mediations.
1 | fit_regression(sample, formula, method, family)
|
sample |
Tibble. Table containing the data. |
formula |
Formula or list of formulas for a system of equations. |
method |
Character. Method for the regression ("glm", "felm", or "sysfit"). |
family |
Character. Family for glm (e.g. "gaussian", "binomial") . |
A tibble gathering the regression coefficients.
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/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.