View source: R/createFormulas.R
createFormulas | R Documentation |
Function to create a set formulas from combinations of terms.
createFormulas(frmla, keep = NULL)
frmla |
|
keep |
|
If keep
is NULL (the default), then the list of returned formulas includes all
possible combinations of terms. If keep
is not NULL, then the returned list
only includes terms involving those specified in keep
.
list of formulas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.