formula_list | R Documentation |
list
composed of formulas
Defines a list object composed of formula
s. The purpose of this
class of object is to impose structure of the list to ensure that it
can be used to obtain RHS-LHS pairs and will be able to be
parsed in domir
.
formula_list(...)
... |
|
The formula_list
requires that each element of the list is a formula
and that each formula
is unique with a different, non-NULL
dependent variable/response.
A list
of class formula_list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.