| build_formula | R Documentation |
Build a formula (e.g. y ~ x1 + x2)
build_formula(dv, ivs, model_table = NULL, trans_df = NULL)
dv |
string of dependent variable name |
ivs |
character vector of independent variable names |
model_table |
|
trans_df |
|
Build a formula (e.g. y ~ x1 + x2) based on a dependent variable name and a model table or independent variables' names' vector
a formula object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.