Usage Arguments Details Value Author(s)
1 | fintersect(..., asString = FALSE)
|
... |
Formula objects or strings representing formulas or their right hand sides. |
asString |
If TRUE then return formula as a string, otherwise as a formula object. |
The first formula/string argument should be either the name of the dependent variable or a formula object or string representation of a formula containing a dependent variable (and a ~). This will be used as the dependent variable of the result. The independent variables of the returned result will consist the intersection of all independent variables in the function arguments.
A formula object or a string representing a formula object.
Ben Veal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.