View source: R/formulaMakers.R
formula_stitcher | R Documentation |
Stitches together formula for use in lm/glm
formula_stitcher(Y, X, factors = NULL)
Y |
The dependent variable |
X |
List of independent variables (continuous/dummy variables) |
factors |
List of factor variables (NULL by default) |
formula_stitcher('wage', c('age', 'experience', 'married'), c('ethnicity', 'sector'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.